Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alybun committed Apr 13, 2024
1 parent af61f6f commit 6d77279
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.dll
*.so
*.dylib
*.bin
*.o

# Test binary, built with `go test -c`
*.test
Expand All @@ -20,7 +22,7 @@
# Go workspace file
go.work

# Custom dev files
# Config and build files
build/
*.json
*.o
*.txt

0 comments on commit 6d77279

Please sign in to comment.