21 lines
208 B
Plaintext
21 lines
208 B
Plaintext
# Build output and local caches
|
|
.next
|
|
.cache
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Local runtime data and environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
data
|
|
|
|
# Editor/system files
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|