HF_QR_Gen / .dockerignore
Reubencf's picture
Fix .dockerignore - remove package-lock.json exclusion for HF Spaces deployment
e06eae2
raw
history blame contribute delete
433 Bytes
# Dependencies
node_modules
npm-debug.log
yarn-error.log
yarn.lock
# Next.js build output
.next
out
# Production
build
dist
# Misc
.DS_Store
*.pem
.env*.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Vercel
.vercel
# Typescript
*.tsbuildinfo
# Git
.git
.gitignore
# Documentation
README.md
docs
# Testing
coverage
.nyc_output
# Editor directories and files
.idea
.vscode
*.swp
*.swo
*~
# OS files
Thumbs.db