mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-13 03:13:43 +08:00
37 lines
532 B
Plaintext
37 lines
532 B
Plaintext
# Exclude everything not needed for the multi-stage build to keep context small.
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.vscode
|
|
.idea
|
|
.claude
|
|
build/
|
|
data/
|
|
**/node_modules/
|
|
web/dist/
|
|
web/build/
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
.DS_Store
|
|
Thumbs.db
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Documentation is fine in build context but not strictly required; keep README
|
|
# available for reference and exclude everything else markdown.
|
|
*.md
|
|
!README.md
|
|
|
|
# Local-only scripts and scratch output.
|
|
build/lists/
|
|
*.cookies
|
|
*.session
|
|
vc.jar
|