mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
52 lines
601 B
Plaintext
52 lines
601 B
Plaintext
# 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
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.vscode/
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
prisma/.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# lingui
|
|
locale/_build/
|
|
locale/**/*.js
|
|
|
|
/prisma/scripts/mongo
|
|
/prisma/scripts/data
|
|
/prisma/scripts/output
|
|
dumped.sql
|
|
|
|
/utils/data/patrons.json
|
|
|
|
# cypress
|
|
cypress/videos/*
|
|
cypress/screenshots/*
|