trainvel/.gitignore

27 lines
325 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-01-26 00:31:14 +00:00
.idea
.vscode
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
2024-01-26 00:31:14 +00:00
# production
/build
2024-01-26 00:31:14 +00:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2024-01-28 19:06:55 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*