Files
oikos/.dockerignore
2026-04-21 13:23:51 +02:00

42 lines
459 B
Plaintext

node_modules
.git
.github
.claude
.worktrees
.env
.env.*
# Database files (never include real data in image)
*.db
*.db-shm
*.db-wal
.nvmrc
.gitignore
.dockerignore
# Documentation (not needed at runtime)
docs/
# Tests
test-*.js
test-*.mjs
coverage/
# Scripts (dev-only)
scripts/
# Markdown files (README, CHANGELOG, etc.)
*.md
# Installer tools (not part of the running app)
tools/
install.sh
# IDE & OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo