🔧 chore(gitignore): update gitignore for cargo project

- add target directory to gitignore for cargo build system
This commit is contained in:
Jeremiah Russell
2025-09-29 16:33:05 +01:00
committed by Jeremiah Russell
parent 0b046538d2
commit 2bcbbd6c04

5
.gitignore vendored
View File

@@ -19,3 +19,8 @@ target
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Added by cargo
/target