Files
server-manager/.gitignore
chrome-storm-c442 d7101a12d2 chore: add release binaries v1.6.x, v1.8.9-v1.8.23 and fix MSYS path conversion
- Add 17 release executables that were missing from the remote repo
- Fix MSYS path conversion issue in tools/ssh.py for Windows compatibility
- Add nul to .gitignore to prevent Windows special file conflicts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:08:40 -05:00

21 lines
217 B
Plaintext

# Credentials - NEVER commit
config/servers.json
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.spec
# Releases are tracked (large binaries)
# releases/ is NOT ignored
# IDE
.vscode/
.idea/
*.swp
nul