Skip to content

Commit

Permalink
Merge pull request #387 from redhatrises/update_gitignore
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
redhatrises authored Dec 5, 2023
2 parents 52a936c + 511b6fe commit db9a6b7
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 db9a6b7

Please sign in to comment.