feat: modernized web application
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user