2019-10-19 05:25:18 +08:00
|
|
|
# IDE
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
|
2019-10-19 04:42:07 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2019-11-01 06:24:14 +08:00
|
|
|
node_modules
|
2019-10-19 04:42:07 +08:00
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
2019-11-01 06:24:14 +08:00
|
|
|
*.out
|
2019-11-21 00:50:47 +08:00
|
|
|
|
|
|
|
# Output
|
2020-04-19 03:30:00 +08:00
|
|
|
/v2rayA_*
|
2020-03-12 18:07:19 +08:00
|
|
|
/V2RayA_*
|
|
|
|
/v2raya_*
|
|
|
|
/installer_*
|
2020-04-19 03:30:00 +08:00
|
|
|
/v2rayA
|
2020-03-12 18:07:19 +08:00
|
|
|
/V2RayA
|
|
|
|
/v2raya
|
|
|
|
/web
|
2020-08-19 14:50:41 +08:00
|
|
|
/web.tar.gz
|
2019-11-22 00:58:40 +08:00
|
|
|
|
|
|
|
#package
|
|
|
|
/.SRCINFO
|
|
|
|
/apt
|
|
|
|
/PKGBUILD
|
2019-12-09 14:07:49 +08:00
|
|
|
/go.mod
|
|
|
|
/go.sum
|
2022-08-28 11:10:48 +08:00
|
|
|
|
|
|
|
# Virtualenv
|
|
|
|
.env
|