Add hard coded wishlist component
[perfect-gift.git] / .gitignore
... / ...
CommitLineData
1# python venv
2backend/bin/
3backend/lib*
4backend/Scripts
5backend/pyvenv.cfg
6
7# dependencies
8frontend/node_modules
9frontend/.pnp
10frontend/.pnp.js
11
12# testing
13frontend/coverage
14
15# production
16frontend/build
17
18# misc CRA
19.env.local
20.env.development.local
21.env.test.local
22.env.production.local
23
24npm-debug.log*
25yarn-debug.log*
26yarn-error.log*