diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-30 21:02:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-30 21:02:26 +0200 |
commit | d11c067428aff5b9f950d5ff80d43a2f3654eef4 (patch) | |
tree | fb3e8bbf280d11291d7a496f40eaa4627b282650 | |
parent | 17d9b2e3f4fb4f689fbc9a6838bc1a6f393727c1 (diff) |
Ignore directories called test/
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,4 +14,7 @@ po/templates.pot # Build artifacts *.min.css -*.tar.gz
\ No newline at end of file +*.tar.gz + +# Misc +test/
\ No newline at end of file |