Skip to content

Commit

Permalink
updating the ignore (#185)
Browse files Browse the repository at this point in the history
* updating the ignore

* added category for Goland and added spacing between groups

* ignore build artifacts
  • Loading branch information
kensipe committed Apr 15, 2019
1 parent b31c442 commit f25a0bc
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
54 changes: 53 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
.idea/
### Project specific
bin/*


### mac
.DS_Store

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib


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

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


### Goland IDEA
.idea/


### VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json


### vim
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
Binary file removed bin/manager
Binary file not shown.
1 change: 0 additions & 1 deletion cover.out

This file was deleted.

0 comments on commit f25a0bc

Please sign in to comment.