diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 14:49:49 +0200 |
| commit | bb189dd1e7cc14900e03a72403752e6aa5276d8c (patch) | |
| tree | bdf857d7101e8889c33077c55819227eaff675bb /.gitignore | |
| parent | a7a7d3fd4559015fbe02b2016c3f39379262d1c2 (diff) | |
| download | khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.gz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.tar.xz khimera-bb189dd1e7cc14900e03a72403752e6aa5276d8c.zip | |
rename: Veilith -> Khimera across all files and documentation
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,12 +4,12 @@ *.dll *.so *.dylib -veilith +khimera launcher launcher.exe # Allow source files (override binary exclusion) -!veilith-*.go +!khimera-*.go # Test binary, built with `go test -c` *.test @@ -45,9 +45,9 @@ Thumbs.db ehthumbs.db Desktop.ini -# Veilith specific -.veilith/ -veilith-data/ +# Khimera specific +.khimera/ +khimera-data/ portable-data/ *.db *.db-shm |
