diff --git a/web/.gitignore b/web/.gitignore index 9f0d8d9..de77604 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,15 +1,15 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules -/.pnp +./node_modules +./.pnp .pnp.js .env # testing /coverage # production -/build +./build # misc .DS_Store