chore: exclude generated .syso files from git repo

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-06-24 11:46:34 +01:00
parent 5ed59d0993
commit f819762561
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

3
.gitignore vendored
View file

@ -15,6 +15,9 @@
/pkg_payload
/build/macOS/resources
# Windows resource files
/cmd/gh/*.syso
# VS Code
.vscode