All checks were successful
Release / build (push) Successful in 1m9s
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>
36 lines
262 B
Plaintext
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
|