summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ba031fb9c49f4a307b4c4d657c5aa0f5709f84d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#configuration files
config/manachat.ini
config/*.txt

# Leave this one in order not to upload older config versions by mistake
manachat.ini

#compiled python files
*.pyc

#Logs
*.log