diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 03:47:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 03:55:22 +0200 |
commit | 5a92e842d4b3b45447284d93190c1b09394a1f30 (patch) | |
tree | a5c50e9db37b20933cf99b8cde1906dc5ff0e1e9 /.gitignore | |
parent | 62df5a38c564bfe997c468d40e6d4d0988f348f3 (diff) |
Generate locales programatically
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,15 +7,15 @@ exttmpl # Autogenerated files out.gotext.json *.db -*.gen.* *.pot -*~ po/backend.pot po/templates.pot # Build artifacts *.min.css *.tar.gz +__pycache__/ +*~ # Misc test/
\ No newline at end of file |