v2rayA/.gitignore

39 lines
390 B
Plaintext
Raw Permalink Normal View History

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
#package
/.SRCINFO
/apt
/PKGBUILD
/go.mod
/go.sum
# Virtualenv
.env