RadioLogger/.gitignore

24 lines
310 B
Plaintext
Raw Normal View History

2024-04-11 22:57:43 -07:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-04-11 18:33:52 -07:00
2024-04-11 22:57:43 -07:00
# dependencies
/node_modules
/.pnp
.pnp.js
2024-04-11 18:33:52 -07:00
2024-04-11 22:57:43 -07:00
# testing
/coverage
2024-04-11 18:33:52 -07:00
2024-04-11 22:57:43 -07:00
# production
/build
2024-04-11 18:33:52 -07:00
2024-04-11 22:57:43 -07:00
# misc
.DS_Store
.env.local
2024-04-11 18:33:52 -07:00
.env.development.local
.env.test.local
.env.production.local
2024-04-11 22:57:43 -07:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*