delve/.gitignore
罗泽轩 8c9ce617c9
chore: don't ignore directory cmd/dlv (#3359)
Currently, cmd/dlv is ignored, breaks tools which read the gitignore
file. For example, rg can't search files under cmd/dlv.
2023-05-05 09:59:43 -07:00

14 lines
121 B
Plaintext

**/*.test
.tags*
tags
.dbg_history
**/**/dlv
!cmd/dlv/
.vagrant
**/*.swp
localtests
.idea
*.iml
.teamcity/target
.vscode