mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
24 lines
213 B
Text
24 lines
213 B
Text
### Tunnel
|
|
.tunnel/
|
|
build/
|
|
|
|
### Go
|
|
*.cov
|
|
*.prof
|
|
*.mprof
|
|
|
|
### IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
### Vim
|
|
# swap
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
# session
|
|
Session.vim
|
|
# temporary
|
|
.netrwhist
|
|
*~
|
|
# auto-generated tag files
|
|
tags
|