el.xwx.moe/.gitignore

52 lines
487 B
Plaintext
Raw Normal View History

2023-01-22 15:39:35 -06:00
# dependencies
/node_modules
/.pnp
.pnp.js
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# testing
/coverage
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# next.js
/.next/
/out/
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# production
/build
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# misc
.DS_Store
*.pem
2022-12-18 09:30:37 -06:00
2023-01-22 15:39:35 -06:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2022-12-18 09:30:37 -06:00
2023-02-08 15:11:33 -06:00
# env files
2023-01-22 15:39:35 -06:00
.env*.local
2023-02-08 15:11:33 -06:00
.env
2022-04-09 03:14:50 -05:00
2023-01-22 15:39:35 -06:00
# vercel
.vercel
2023-01-29 12:12:36 -06:00
# typescript
*.tsbuildinfo
next-env.d.ts
# generated files and folders
/data
.idea
prisma/dev.db
# tests
2023-07-02 07:17:32 -05:00
/tests
/test-results/
/blob-report/
2023-07-02 07:17:32 -05:00
/playwright-report/
/playwright/.cache/
/playwright/.auth/
2023-08-02 18:52:37 -05:00
# docker
2024-01-20 23:02:59 -06:00
pgdata
certificates