Skip to content

Commit

Permalink
Release and CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 27, 2020
1 parent 6ee439d commit bee5c6a
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

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

# OS files
*.db
*.DS_Store

# Jetbrains
.idea/

# Eclipse
.project

# Notes
todo.md
paymail-notes.md

# Releases
*.tar.gz

# Generated binaries
dist

# Converage
coverage.txt
Loading

0 comments on commit bee5c6a

Please sign in to comment.