This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# built binary
|
||||
/heartbeat
|
||||
|
||||
# runtime config (contains webhook URL)
|
||||
/config.yaml
|
||||
|
||||
# Go build cache and test artifacts
|
||||
*.test
|
||||
*.out
|
||||
/vendor/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user