Initial commit
This commit is contained in:
27
qr-api/.dockerignore
Normal file
27
qr-api/.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# Dependencies (reinstalled in image)
|
||||
node_modules
|
||||
.pnpm-store
|
||||
|
||||
# Build output (rebuilt in image)
|
||||
dist
|
||||
|
||||
# Dev and test
|
||||
coverage
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
vitest.config.ts
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Git and IDE
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
*.md
|
||||
Dockerfile
|
||||
|
||||
# Data (mounted at runtime)
|
||||
*.sqlite
|
||||
.data
|
||||
uploads
|
||||
Reference in New Issue
Block a user