diff options
author | jak1 <mike.wollmann@gmail.com> | 2020-04-05 23:12:23 +0200 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2020-04-05 23:12:23 +0200 |
commit | 509d12e800d92bcce25937057bfdc91c4c54e54b (patch) | |
tree | eb282e2abea0a5759f2fc5933624dcaa6acf5682 /.gitignore | |
parent | 91bcf60a0edfa81c5b507c4c93e6b839be24f2db (diff) | |
download | manachat-509d12e800d92bcce25937057bfdc91c4c54e54b.tar.gz manachat-509d12e800d92bcce25937057bfdc91c4c54e54b.tar.bz2 manachat-509d12e800d92bcce25937057bfdc91c4c54e54b.tar.xz manachat-509d12e800d92bcce25937057bfdc91c4c54e54b.zip |
keep bot/ directory | remove coompiled files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ +#configuration files manachat.ini -bot +bot/*.txt + +#compiled python files +*.pyc
\ No newline at end of file |