TAO/client/.gitignore

28 lines
353 B
Plaintext
Raw Normal View History

2023-09-02 04:53:15 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2023-11-17 12:43:19 +00:00
package-lock.json
2023-12-12 11:14:24 +00:00
yarn.lock
2023-09-02 04:53:15 +00:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-09-14 12:31:52 +00:00
2024-08-29 06:04:49 +00:00
bun.lockb
.env