Update .gitignore to ignore AWS crap

This commit is contained in:
Alicia Sykes 2023-08-11 22:50:55 +01:00
parent 5f3a99f2b9
commit c5d8cd1641

25
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Keys
# keys
.env
# dependencies
@ -7,22 +7,21 @@
/.pnp
.pnp.js
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# testing
/coverage
# production
/build
# misc
.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
# Random AWS and Netlify crap
.netlify
.serverless
.webpack
# OS generated files
.DS_Store