mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Update gitignore added JetBrains, LiteIDE and other exclude files
This commit is contained in:
parent
67efe3e622
commit
0fadafba8c
1 changed files with 12 additions and 2 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -19,6 +19,16 @@ _cgo_export.*
|
|||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.dll
|
||||
*.dylib
|
||||
|
||||
# JetBrains project files
|
||||
.idea/
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
Loading…
Add table
Reference in a new issue