mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-21 14:40:43 +02:00
Update .gitignore to ignore AWS crap
This commit is contained in:
parent
5f3a99f2b9
commit
c5d8cd1641
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# Keys
|
# keys
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
@ -7,22 +7,21 @@
|
|||||||
/.pnp
|
/.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
|
|
||||||
|
# logs
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
||||||
# misc
|
# Random AWS and Netlify crap
|
||||||
.DS_Store
|
|
||||||
.env.local
|
|
||||||
.env.development.local
|
|
||||||
.env.test.local
|
|
||||||
.env.production.local
|
|
||||||
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Local Netlify folder
|
|
||||||
.netlify
|
.netlify
|
||||||
|
.serverless
|
||||||
|
.webpack
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user