diff options
author | Fastidious <david@ucf.edu> | 2017-03-04 20:17:25 -0500 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-03-04 20:17:25 -0500 |
commit | 837fc9847d5bed7a4e15f04760fb10818fe49ccb (patch) | |
tree | 2fbd99ea997a5cce03cf0f170d701ffed5678f5c /conf/gitignore/macOS | |
parent | 7e883f891a42fd01bc54ce1821d3520d691f1a63 (diff) |
conf/gitignore: use correct OS name (#4240)
This is no more OSX, but macOS. Long live macOS!
Diffstat (limited to 'conf/gitignore/macOS')
-rw-r--r-- | conf/gitignore/macOS | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/gitignore/macOS b/conf/gitignore/macOS new file mode 100644 index 00000000..d8029005 --- /dev/null +++ b/conf/gitignore/macOS @@ -0,0 +1,25 @@ +.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
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
|