Skip to content

Commit

Permalink
fix: add .DS_Store, .vscode to .gitignore (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
roele authored Jan 24, 2025
1 parent 710a151 commit 8dbb2b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Generated by Cargo
# will have compiled files and executables
debug/
Expand All @@ -15,5 +17,6 @@ Cargo.lock


# Added by cargo

/target

.vscode/

0 comments on commit 8dbb2b9

Please sign in to comment.