mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Add .textClipping to exclusions
Per https://en.wikipedia.org/wiki/TextClipping this file is created when text is dragged and dropped to a folder. The file created can't be shared between computers.
This commit is contained in:
parent
218a941be9
commit
4653ac1bd1
@ -1,26 +1,28 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
.textClipping
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
|
# Thumbnails
|
||||||
# Files that might appear in the root of a volume
|
._*
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
# Files that might appear in the root of a volume
|
||||||
.Spotlight-V100
|
.DocumentRevisions-V100
|
||||||
.TemporaryItems
|
.fseventsd
|
||||||
.Trashes
|
.Spotlight-V100
|
||||||
.VolumeIcon.icns
|
.TemporaryItems
|
||||||
.com.apple.timemachine.donotpresent
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
# Directories potentially created on remote AFP share
|
.com.apple.timemachine.donotpresent
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
# Directories potentially created on remote AFP share
|
||||||
Network Trash Folder
|
.AppleDB
|
||||||
Temporary Items
|
.AppleDesktop
|
||||||
.apdisk
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
Loading…
Reference in New Issue
Block a user