ignore temp files on mac os
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -26,3 +26,24 @@ test-config.xml
|
|||||||
/gradle/
|
/gradle/
|
||||||
*.bat
|
*.bat
|
||||||
/gradlew
|
/gradlew
|
||||||
|
|
||||||
|
# OSX
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
|
||||||
|
._*
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|||||||
Reference in New Issue
Block a user