From c1ea5788c8b6f05443fdf1d67644b0da29b3e391 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 8 Jul 2023 17:00:31 +0100 Subject: [PATCH] Ignore .env file and built .netlify/ dir --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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