mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
39 lines
390 B
Plaintext
39 lines
390 B
Plaintext
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
node_modules
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Output
|
|
/v2rayA_*
|
|
/V2RayA_*
|
|
/v2raya_*
|
|
/installer_*
|
|
/v2rayA
|
|
/V2RayA
|
|
/v2raya
|
|
/web
|
|
/web.tar.gz
|
|
|
|
#package
|
|
/.SRCINFO
|
|
/apt
|
|
/PKGBUILD
|
|
/go.mod
|
|
/go.sum
|
|
|
|
# Virtualenv
|
|
.env
|