diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-10-03 10:58:11 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-10-03 10:58:11 +0800 |
commit | 39bb0d50ecbdd6d9669a01c7d2c170ed07291f76 (patch) | |
tree | c377f3c8adcd01c4192f00f2dd7051f65aba1423 /.gitignore |
Add basic features
- Subscription support
- V2ray-core upgrade support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cc8297 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# exclude v2ray binary and geo data +*.dat +v2ray +v2ctl + +# exclude user config and temp file +*.json +link +subscription |