FunctionProject/website/.gitignore

27 lines
292 B
Plaintext
Raw Permalink 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
2020-03-18 16:26:18 +01:00
# next.js
/.next/
/out/
2020-03-16 22:55:32 +01:00
# production
/build
# misc
.DS_Store
2020-08-03 12:04:07 +02:00
.env
2020-08-03 20:59:10 +02:00
.env.production
2020-03-16 22:55:32 +01:00
2020-03-18 16:26:18 +01:00
# debug
2020-03-16 22:55:32 +01:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*