This commit is contained in:
jane 2022-04-10 12:02:48 -04:00
parent 83bc981152
commit d369880579
84 changed files with 1946 additions and 20068 deletions

36
.gitignore vendored
View file

@ -1,11 +1,33 @@
node_modules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
/public/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
.env
/cypress/screenshots
/cypress/videos
/postgres-data
/app/styles/tailwind.css
# vercel
.vercel