diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-13 22:14:14 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-13 22:14:14 +0200 |
commit | 4bd7375953c7553bc5f16961cf54682fa65782c1 (patch) | |
tree | 91459c02e6781fdb51b161bde4e9a7f42f3d9ec6 | |
parent | b3a46ff36e6e36946dc148e3a50f4479464b4b8d (diff) |
Ignore *.db files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,11 +1,11 @@ # Binaries euro-cash.eu exttmpl - !cmd/* # Autogenerated files out.gotext.json +*.db *.gen.* # Build artifacts |