Skip to content

Commit

Permalink
Add a 'go' themed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leepa committed May 26, 2020
1 parent 16a9b04 commit 243cc1e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built 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/

aws.toml
credentials.json
token.json
.idea/

0 comments on commit 243cc1e

Please sign in to comment.