X-Git-Url: https://git.jacobcasper.com/?p=perfect-gift.git;a=blobdiff_plain;f=.gitignore;h=abd281a0359ddeef77ef96e97ee0c2f4610a3f5f;hp=c8a475b8ec2695949998180fcf9f1b6c29583d3d;hb=HEAD;hpb=6a60d93dfb74c8f12c1e6881a74ab0fdcbfbb932 diff --git a/.gitignore b/.gitignore index c8a475b..abd281a 100644 --- a/.gitignore +++ b/.gitignore @@ -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*