Files
JoyD/pdf-reader-mcp/.dockerignore
2025-10-22 16:24:07 +08:00

18 lines
228 B
Plaintext

# Git files
.git
.gitignore
# Node modules
node_modules
# Build artifacts (we only need the build output in the final stage)
build
# Docker files
Dockerfile
.dockerignore
# Documentation / Other
README.md
memory-bank
.vscode