diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,14 +1,22 @@ # Binaries euro-cash.eu -exttmpl -mfmt - +extpo +extwiki !cmd/* +*.mo # Autogenerated files out.gotext.json -*.gen.* +*.db +*.pot +po/backend.pot +po/templates.pot # Build artifacts *.min.css -*.tar.gz
\ No newline at end of file +*.tar.gz +__pycache__/ +*~ + +# Misc +test/
\ No newline at end of file |