chore: add .dockerignore file.
This commit is contained in:
parent
f2d43d65df
commit
c66d1c0294
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
.github
|
||||||
|
.husky
|
||||||
|
docs
|
||||||
|
scripts
|
||||||
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
.snap
|
||||||
|
.env
|
||||||
|
|
||||||
|
*.bak
|
||||||
|
*.tem
|
||||||
|
*.temp
|
||||||
|
#.swp
|
||||||
|
*.*~
|
||||||
|
~*.*
|
||||||
|
|
||||||
|
# IDEA
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
Loading…
x
Reference in New Issue
Block a user