Skip to content

Commit

Permalink
Add macOS temp hidden files to .gitignore (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ever0de authored Mar 10, 2022
1 parent 5951838 commit 1f7ad67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# Clion
.idea

# Mac-OS
.DS_Store
.AppleDouble
.LSOverride

# Generated by Cargo
# will have compiled files and executables
/target/
Expand Down

0 comments on commit 1f7ad67

Please sign in to comment.