Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
- Ignore more types of files
  • Loading branch information
redhatrises committed Dec 5, 2023
1 parent 2a94fe7 commit 511b6fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
*.DS_Store

specs/swagger*.json

dist/

0 comments on commit 511b6fe

Please sign in to comment.