diff --git a/.gitignore b/.gitignore index 5f3caba..490b66c 100644 --- a/.gitignore +++ b/.gitignore @@ -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