19 lines
190 B
Plaintext
19 lines
190 B
Plaintext
# Dependencies and build outputs (rebuilt in container)
|
|
node_modules
|
|
.next
|
|
out
|
|
build
|
|
.vercel
|
|
|
|
# Git and misc
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
.env*
|
|
|
|
# Tests and dev
|
|
__tests__
|
|
coverage
|
|
*.test.*
|
|
*.spec.*
|