
Currently, cmd/dlv is ignored, breaks tools which read the gitignore file. For example, rg can't search files under cmd/dlv.
14 lines
121 B
Plaintext
14 lines
121 B
Plaintext
**/*.test
|
|
.tags*
|
|
tags
|
|
.dbg_history
|
|
**/**/dlv
|
|
!cmd/dlv/
|
|
.vagrant
|
|
**/*.swp
|
|
localtests
|
|
.idea
|
|
*.iml
|
|
.teamcity/target
|
|
.vscode
|