Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed May 31, 2022
1 parent 8d90b1c commit bdd619b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
*.DS_Store
.vscode

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

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

0 comments on commit bdd619b

Please sign in to comment.