Skip to content

Commit

Permalink
add the ".idea" folder to gitignore (#71)
Browse files Browse the repository at this point in the history
* add the ".idea" folder to gitignore

* Also ignore `.DS_Store`

this is a macOS specific file that needs to be ignored as well
  • Loading branch information
SwishSwushPow authored Nov 8, 2024
1 parent b5976c1 commit 262ffc0
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,6 @@
Cargo.lock
target/
.vscode/
.vscode/
.idea/

.DS_Store

0 comments on commit 262ffc0

Please sign in to comment.