Skip to content

Commit

Permalink
Ignore more files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 30, 2020
1 parent 01f40bf commit 206a84b
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,31 @@
*.so
*.dylib

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

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

# Dependency directories (remove the comment below to include it)
# vendor/
# OS files
*.db
*.DS_Store

# JetBeans
.idea
# Jetbrains
.idea/

# Eclipse
.project

# Notes
todo.md
paymail-notes.md

# Releases
*.tar.gz

# Generated binaries
dist

# Converage
coverage.txt

0 comments on commit 206a84b

Please sign in to comment.