aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
committerclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
commit001940f3f01217a85c17e0cf9ef5949adb6ebad4 (patch)
tree6dc17aa540225777f1ab278785bdd5a1ca782226 /.gitignore
parent7a581c4a5efca9615933676dc4ed5411409d2450 (diff)
downloadblog.jinwei.me-001940f3f01217a85c17e0cf9ef5949adb6ebad4.tar.gz
+ init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
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*/
Powered by cgit v1.2.3 (git 2.41.0)