Files
MeshChatX/.dockerignore
Sudo-Ivan 732f5e56b6
All checks were successful
CI / build-frontend (push) Successful in 9m35s
CI / lint (push) Successful in 9m38s
chore(docker): update .dockerignore to streamline build process by removing unnecessary entries and adding new directories
2026-01-02 15:15:59 -06:00

77 lines
740 B
Plaintext

# Documentation
README.md
LICENSE
donate.md
screenshots/
docs/
# Development files
android/
Makefile
*.apk
*.aab
# Build artifacts and cache
build/
dist/
build-dir/
python-dist/
node_modules/
meshchatx/public/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
# Virtual environments
env/
venv/
ENV/
env.bak/
venv.bak/
.venv/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore
# Local storage and runtime data
storage/
testing/
telemetry_test_lxmf/
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Environment variables
.env
.env.local
.env.*.local