feat(web): add .gitignore and .dockerignore

This commit is contained in:
yiekheng 2026-05-02 20:25:43 +08:00
parent 3b8973ba20
commit a556b4e3a0
2 changed files with 13 additions and 0 deletions

5
web/.dockerignore Normal file
View File

@ -0,0 +1,5 @@
node_modules
.next
.git
.gitignore
README.md

8
web/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
node_modules/
/.next/
/out/
/build/
.DS_Store
*.tsbuildinfo
next-env.d.ts.bak
.env*.local