diff options
author | clarkzjw <[email protected]> | 2018-01-09 15:05:10 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-09 15:05:10 +0800 |
commit | 001940f3f01217a85c17e0cf9ef5949adb6ebad4 (patch) | |
tree | 6dc17aa540225777f1ab278785bdd5a1ca782226 /.gitignore | |
parent | 7a581c4a5efca9615933676dc4ed5411409d2450 (diff) | |
download | blog.jinwei.me-001940f3f01217a85c17e0cf9ef5949adb6ebad4.tar.gz |
+ init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbe0afe --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,12 @@ | |||
1 | # macOS | ||
2 | .DS_Store | ||
3 | |||
4 | .env | ||
5 | *.pyc | ||
6 | *.tar.gz | ||
7 | *.egg-info | ||
8 | |||
9 | _build | ||
10 | |||
11 | # ignore virtualenvs | ||
12 | /*env*/ | ||