X-Git-Url: https://git.jacobcasper.com/?p=perfect-gift.git;a=blobdiff_plain;f=.gitignore;h=33ee63c3780d9b2132e0eb4ebcf176436584e3cf;hp=c8a475b8ec2695949998180fcf9f1b6c29583d3d;hb=05b9ad642fae36eb7ef5ebbae1fb45396bab7270;hpb=6a60d93dfb74c8f12c1e6881a74ab0fdcbfbb932 diff --git a/.gitignore b/.gitignore index c8a475b..33ee63c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ +# python venv backend/bin/ backend/lib* -pyvenv.cfg +backend/pyvenv.cfg + +# 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*