Skip to content

Commit 31e06ce

Browse files
committed
Add src-tauri/target/ to .gitignore
1 parent f6b6642 commit 31e06ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26+
# Rust build artifacts
27+
src-tauri/target/
28+
2629
# Environment
2730
.env
2831

0 commit comments

Comments
 (0)