initial commit
This commit is contained in:
22
.dockerignore
Normal file
22
.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Dependencies and build output
|
||||
node_modules
|
||||
npm-cache
|
||||
.pnpm-store
|
||||
.dist
|
||||
dist
|
||||
build
|
||||
coverage
|
||||
|
||||
# VCS
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Editor/OS files
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.log
|
||||
|
||||
# Keep lockfiles in context
|
||||
!package-lock.json
|
||||
!pnpm-lock.yaml
|
||||
!yarn.lock
|
||||
Reference in New Issue
Block a user