commit cd4097632d1927ba9a83fb9762f49b8e33c2ad4a parent 7dab23b73245ecfc4adc4280e64c0c02ca44cbc7 Author: Silas Brack <silasbrack@gmail.com> Date: Sun, 7 Jun 2026 21:43:52 +0200 git: update gitignore Diffstat:
| M | .gitignore | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,5 +1,5 @@ # Rust -/target/ +target/ # Sqlite *.sqlite3* @@ -19,4 +19,3 @@ tags TAGS .idea/ *.iml -guests/rust/target/