22 lines
277 B
Plaintext
22 lines
277 B
Plaintext
# Dependencies and build outputs (reinstalled / rebuilt in image)
|
|
node_modules
|
|
**/node_modules
|
|
.next
|
|
**/.next
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Other projects in the repo (not needed for the Next.js image)
|
|
main-web
|
|
tools
|
|
twitch_chat_reader
|
|
infra
|
|
|
|
# Misc
|
|
*.md
|
|
.env
|
|
.env.*
|
|
!.env.example
|