Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 1 | # Created by https://www.gitignore.io/api/macos |
| 2 | |
| 3 | ### macOS ### |
| 4 | *.DS_Store |
| 5 | .AppleDouble |
| 6 | .LSOverride |
| 7 | |
| 8 | # Icon must end with two \r |
| 9 | Icon |
| 10 | |
| 11 | |
| 12 | # Thumbnails |
| 13 | ._* |
| 14 | |
| 15 | # Files that might appear in the root of a volume |
| 16 | .DocumentRevisions-V100 |
| 17 | .fseventsd |
| 18 | .Spotlight-V100 |
| 19 | .TemporaryItems |
| 20 | .Trashes |
| 21 | .VolumeIcon.icns |
| 22 | .com.apple.timemachine.donotpresent |
| 23 | |
| 24 | # Directories potentially created on remote AFP share |
| 25 | .AppleDB |
| 26 | .AppleDesktop |
| 27 | Network Trash Folder |
| 28 | Temporary Items |
| 29 | .apdisk |
| 30 | |
| 31 | # End of https://www.gitignore.io/api/macos |
| 32 | |
| 33 | cmd/*/*exe |
| 34 | .idea |