diff --git a/.gitignore b/.gitignore index deed335..5cf99c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ -node_modules/ -dist/ .env +.env.local +.env.*.local + +/dist +/build +/dist-* +/build-* + +/node_modules + +*.log +npm-debug.log* + +.DS_Store +Thumbs.db \ No newline at end of file