diff --git a/.gitignore b/.gitignore index 4d29575..91f740b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -# dependencies +# Dependencies /node_modules /.pnp .pnp.js +/api/venv -# testing +# Testing /coverage -# production +# Productiom /build # misc @@ -18,6 +19,7 @@ .env.test.local .env.production.local +# Node package management npm-debug.log* yarn-debug.log* yarn-error.log*