first commit
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# builds
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
out/
|
||||
*.tsbuildinfo
|
||||
|
||||
# env / secrets (NEVER commit secrets)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# os / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
# test artifacts
|
||||
playwright-report/
|
||||
test-results/
|
||||
coverage/
|
||||
.playwright-mcp/
|
||||
*.jpeg
|
||||
*.png
|
||||
!apps/web/**/*.png
|
||||
!packages/**/*.png
|
||||
|
||||
.vercel
|
||||
Reference in New Issue
Block a user