From 39bb0d50ecbdd6d9669a01c7d2c170ed07291f76 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Sat, 3 Oct 2020 10:58:11 +0800 Subject: Add basic features - Subscription support - V2ray-core upgrade support --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3