FunctionProject/website/.gitignore

26 lines
277 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
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-03-18 16:26:18 +01:00
.env*
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*