Added macOS specific part to .gitignore.

This commit is contained in:
Stephan 2021-02-14 20:55:35 +01:00
parent 22d8520e14
commit 9983752f57
1 changed files with 32 additions and 3 deletions

35
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/vim,windows,adobe
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,windows,adobe
# Created by https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,adobe,windows,macos
### Adobe ###
# Adobe Source Files
@ -10,6 +10,35 @@
*.prproj
*.aep
### 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
### Vim ###
# Swap
[._]*.s[a-v][a-z]
@ -57,4 +86,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/vim,windows,adobe
# End of https://www.toptal.com/developers/gitignore/api/vim,adobe,windows,macos