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