gitignore + readme
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
.next/
|
||||
.turbo/
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# environment
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
!.env.example
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# testing
|
||||
coverage/
|
||||
playwright-report/
|
||||
playwright/.cache/
|
||||
test-results/
|
||||
.playwright/
|
||||
|
||||
# editor
|
||||
.vscode/
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json.example
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Prisma
|
||||
packages/db/prisma/*.db
|
||||
packages/db/prisma/*.db-journal
|
||||
|
||||
# misc
|
||||
*.pem
|
||||
.cache/
|
||||
Reference in New Issue
Block a user