FunctionProject/api/.gitignore

27 lines
337 B
Plaintext
Raw Normal View History

2020-03-16 22:55:32 +01: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
.env
2020-03-16 22:55:32 +01:00
.env.local
.env.development.local
.env.test.local
.env.production.local
/temp
2020-03-25 23:30:33 +01:00
/assets/images/
2020-03-16 22:55:32 +01:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*