diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
commit | 123b1584daba4d4c13cce5b73a9fb4ccd4a229e8 (patch) | |
tree | 34ff0cfcd10d919589aa8934ac462e85e3e6eb5b /.gitignore | |
parent | reduce log verbosity (diff) | |
download | cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.tar.gz cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.zip |
refactor to make for proper code
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ /links.bin +/output/ /pull.log -/repos/ +__pycache__/ |