vps-monitor/.dockerignore
2025-12-29 20:49:13 +05:30

43 lines
307 B
Text

# Git
.git
.gitignore
.gitattributes
# Documentation
*.md
docs/
LICENSE
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Environment
.env
.env.*
!.env.example
# Build artifacts
bin/
dist/
build/
# Dependencies
node_modules/
vendor/
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Temporary files
tmp/
temp/
*.tmp