Files
syncwarden/.gitignore
Axel Meyer 3f6b3c20e0
All checks were successful
Release / build (push) Successful in 1m9s
Fix .gitignore ignoring cmd/syncwarden directory
The pattern 'syncwarden' matched cmd/syncwarden/ too.
Anchor binary patterns to repo root with leading slash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 21:33:47 +01:00

36 lines
262 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/syncwarden
/syncwarden-panel
/syncwarden-setup
# Build output
/dist/
/dist-win/
# Test
*.test
*.out
coverage.txt
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Packages
*.deb
*.rpm
*.tar.gz
*.zip