Ignore .env file and built .netlify/ dir

This commit is contained in:
Alicia Sykes 2023-07-08 17:00:31 +01:00
parent cdca4b0058
commit c1ea5788c8

7
.gitignore vendored
View File

@ -1,4 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Keys
.env
# dependencies
/node_modules
@ -21,3 +23,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local Netlify folder
.netlify