web-check/.gitignore

28 lines
247 B
Plaintext
Raw Normal View History

2023-08-11 23:50:55 +02:00
# keys
.env
2022-06-11 22:59:03 +02:00
# dependencies
/node_modules
/.pnp
.pnp.js
2023-08-11 23:50:55 +02:00
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-06-11 22:59:03 +02:00
# testing
/coverage
# production
/build
2023-08-11 23:50:55 +02:00
# Random AWS and Netlify crap
.netlify
2023-08-11 23:50:55 +02:00
.serverless
.webpack
# OS generated files
.DS_Store