mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-22 16:23:56 +01:00
28 lines
247 B
Plaintext
28 lines
247 B
Plaintext
|
|
# keys
|
|
.env
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# Random AWS and Netlify crap
|
|
.netlify
|
|
.serverless
|
|
.webpack
|
|
|
|
# OS generated files
|
|
.DS_Store
|