mango-alerts/.gitignore

27 lines
322 B
Plaintext
Raw Permalink Normal View History

2021-04-09 13:51:25 -07:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
2021-04-13 03:21:06 -07:00
.env
2021-04-09 13:51:25 -07:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea