Skip to content

Commit

Permalink
add OS Files to .gitignore (#40)
Browse files Browse the repository at this point in the history
* add .DS_Store to .gitignore - This crept in via another PR
* add a larger list to the .gitignore
  • Loading branch information
DarhkVoyd committed May 28, 2024
1 parent 6b316f2 commit 9adce34
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,63 @@
build
# OS specific

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# Project specific
build

0 comments on commit 9adce34

Please sign in to comment.