diff options
author | Jinwei Zhao <[email protected]> | 2017-01-02 22:05:44 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-02 22:05:44 +0800 |
commit | cb52be3055b9ef05b5d1ead9431fdd69834ee3ba (patch) | |
tree | 82447e7e18dc3e2dfc7fa32a076ee5d016e64e2b /.gitignore | |
parent | cff3f50819073668391465dd8121bf9e0b8a7c33 (diff) | |
download | COMM2TG-cb52be3055b9ef05b5d1ead9431fdd69834ee3ba.tar.gz |
init
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..5b0c117 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,6 @@ | |||
1 | __pycache__ | ||
2 | *.pyc | ||
3 | *.png | ||
4 | *.log | ||
5 | cookie | ||
6 | config.json | ||