diff --git a/.gitignore b/.gitignore index 04c5395..4d29575 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -node_modules +/node_modules /.pnp .pnp.js diff --git a/client/.gitignore b/client/.gitignore index 6c8d4d1..9d0b71a 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,3 +1,2 @@ build dist -src/types \ No newline at end of file diff --git a/server/.gitignore b/server/.gitignore index c4386d8..6f70fee 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,7 +1,5 @@ /node_modules /dist -data.json .env.production .env.development .easter-eggs.json -/resources/easterEggs \ No newline at end of file