33 lines
360 B
Plaintext
33 lines
360 B
Plaintext
# Build output and local caches
|
|
.next
|
|
.cache
|
|
.swc
|
|
.workflow-data
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Local runtime data and environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
data
|
|
|
|
# Editor/system files
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitea
|
|
|
|
# Test and local tooling artifacts
|
|
.playwright-cli
|
|
e2e
|
|
output
|
|
|
|
# Docs and generated metadata
|
|
README.md
|
|
tsconfig.tsbuildinfo
|