Fix .gitignore ignoring cmd/syncwarden directory
All checks were successful
Release / build (push) Successful in 1m9s
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>
This commit is contained in:
9
cmd/syncwarden/main.go
Normal file
9
cmd/syncwarden/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.davoryn.de/calic/syncwarden/internal/tray"
|
||||
)
|
||||
|
||||
func main() {
|
||||
tray.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user