Skip to content

Commit

Permalink
Update .gitignore to exclude Windows syso files
Browse files Browse the repository at this point in the history
These files are produced when running go generate
as part of the build process and should not be
retained in version control.

refs GH-274
  • Loading branch information
atc0005 committed Mar 6, 2023
1 parent b66dff9 commit 0ff995a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
/send2teams
/send2teams.exe

# Ignore go generate produced Windows executable resource files
*.syso

0 comments on commit 0ff995a

Please sign in to comment.