Skip to content

Commit

Permalink
Add .DS_Store and thumbs.db to .gitignore (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Nov 6, 2023
1 parent 9adb4ac commit e6447d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ node_modules

# Final built website
build

# Various operating system caches
thumbs.db
.DS_Store

0 comments on commit e6447d5

Please sign in to comment.