Add macOS files to .gitignore

This commit is contained in:
Paul Harrison 2024-02-17 15:46:15 +00:00
parent 2d10e3ff40
commit 2764777c0b
1 changed files with 33 additions and 0 deletions

33
.gitignore vendored
View File

@ -8,6 +8,39 @@
### asdf ###
/.tool-versions
### 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
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/