diff options
author | Livio Recchia <recchialivio@libero.it> | 2020-04-06 21:00:33 +0200 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2020-04-06 21:00:33 +0200 |
commit | 610f3ea4f9414b79cc0678b44634344170edf1cf (patch) | |
tree | a1e078a128e06bef9b516cbf67d835f0c5558b4c /.gitignore | |
parent | 62586ad1ba399cf0d964ca7123e0e257fc0956d8 (diff) | |
download | manachat-610f3ea4f9414b79cc0678b44634344170edf1cf.tar.gz manachat-610f3ea4f9414b79cc0678b44634344170edf1cf.tar.bz2 manachat-610f3ea4f9414b79cc0678b44634344170edf1cf.tar.xz manachat-610f3ea4f9414b79cc0678b44634344170edf1cf.zip |
Fixed some code after cleanup merging
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ config/manachat.ini config/*.txt +# Leave this one in order not to upload older config versions by mistake +manachat.ini + #compiled python files *.pyc |