borders/.gitignore

39 lines
416 B
Plaintext
Raw Normal View History

2022-04-10 16:02:48 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2022-03-22 17:42:07 +00:00
2022-04-10 16:02:48 +00:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
2022-03-22 17:42:07 +00:00
/build
2022-04-10 16:02:48 +00:00
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
.env
2022-03-22 17:42:07 +00:00
2022-04-10 16:02:48 +00:00
# vercel
.vercel
2022-04-11 17:33:16 +00:00
# prisma data
/prisma/migrations
/prisma/borders.db
2022-04-17 01:14:57 +00:00
/public/images