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