mern-lpu-hrd-project/frontend/.gitignore

24 lines
310 B
Plaintext
Raw Permalink Normal View History

2020-10-20 05:32:14 +00: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
2020-10-20 03:15:33 +00:00
.DS_Store
2020-10-20 05:32:14 +00:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*