Files
NeveTimePanel/.gitignore
arkonsadter 4d9dfddd5d
All checks were successful
continuous-integration/drone/push Build is passing
chore(docker): clean up docker-compose-simple.yml and remove backup file
- Remove inline comments from docker-compose-simple.yml for cleaner configuration
- Delete unused docker-compose.txt.backup file
- Remove unused volume definitions (servers-data, users-data)
- Add docker-compose-simple.yml to .gitignore to prevent accidental commits
- Simplify environment variable organization by removing comment separators
- Improve file maintainability by reducing comment clutter
2026-01-17 19:19:36 +06:00

42 lines
415 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
# Node
node_modules/
dist/
.vite/
*.log
# Servers
backend/servers/
backend/.env.exemple
servers
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
frontend/.env.local
frontend/.env.production.local
# Build
frontend/dist/
backend/build/
backend/users1.json.backup
docker-compose.txt
docker-compose-simple.yml