feat(web): add .gitignore and .dockerignore
This commit is contained in:
parent
3b8973ba20
commit
a556b4e3a0
5
web/.dockerignore
Normal file
5
web/.dockerignore
Normal file
@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
8
web/.gitignore
vendored
Normal file
8
web/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
node_modules/
|
||||
/.next/
|
||||
/out/
|
||||
/build/
|
||||
.DS_Store
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts.bak
|
||||
.env*.local
|
||||
Loading…
x
Reference in New Issue
Block a user