diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4d29575..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/client/.gitignore b/client/.gitignore index 9d0b71a..d5de859 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,2 +1,3 @@ -build -dist +/node_nodules +/build +/dist diff --git a/server/.gitignore b/server/.gitignore index 6f70fee..df212d4 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,5 +1,6 @@ /node_modules /dist -.env.production -.env.development -.easter-eggs.json +/.env.production +/.env.development +/.easter-eggs.json +/resources/easterEggs \ No newline at end of file