Files
meshcore-bot/data/.gitkeep
agessaman 61445b4811 feat: Update README and .gitignore for Docker deployment
- Added Docker deployment instructions to the README, including steps for creating data directories, updating configuration paths, and starting the application with Docker Compose.
- Updated .gitignore to include a new data directory structure, ensuring user-specific configurations, databases, and logs are ignored while maintaining the directory structure.
2026-01-17 08:34:38 -08:00

4 lines
182 B
Plaintext
Executable File

# This file ensures the data directory structure is tracked in git
# User-specific files (config.ini, databases, logs) should not be committed
# See DOCKER.md for setup instructions