initial commit
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Nuxt
|
||||
.nuxt
|
||||
.output
|
||||
dist
|
||||
.nitro
|
||||
.cache
|
||||
|
||||
# Lint / build caches
|
||||
.eslintcache
|
||||
|
||||
# Env and secrets (never commit)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs and debug
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
.cursor
|
||||
|
||||
# Test and coverage
|
||||
coverage
|
||||
*.lcov
|
||||
playwright-report
|
||||
test-results
|
||||
|
||||
# Database
|
||||
data
|
||||
*.db
|
||||
|
||||
# Optional
|
||||
*.local
|
||||
|
||||
# Dev TLS certs (self-signed for local testing)
|
||||
.dev-certs
|
||||
Reference in New Issue
Block a user