Skip to content

Commit

Permalink
More modern gitignore of OS created files (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksip authored Nov 1, 2024
1 parent 8a09fa9 commit cc1722d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ node_modules
package-lock.json

# OS Created Files

.DS_Store*
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Icon?
Thumbs.db

# IDE Files
Expand Down

0 comments on commit cc1722d

Please sign in to comment.