Set up JSON endpoint for wishlist entries
[perfect-gift.git] / .gitignore
index c8a475b..abd281a 100644 (file)
@@ -1,3 +1,32 @@
+# python venv
 backend/bin/
 backend/lib*
-pyvenv.cfg
+backend/Scripts
+backend/pyvenv.cfg
+
+# python
+backend/__pycache__
+
+# backend db
+backend/db.sqlite
+
+# dependencies
+frontend/node_modules
+frontend/.pnp
+frontend/.pnp.js
+
+# testing
+frontend/coverage
+
+# production
+frontend/build
+
+# misc CRA
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*