From cf099215a0bae2dccca374c2ae55033798fc64f9 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Dec 2021 22:52:31 +0000 Subject: [PATCH] Add gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f4643e --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# production +/_site + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local +/.vscode + +# VS Code Counter extension +/.VSCodeCounter/ \ No newline at end of file