diff options
author | mcheng89 <mcheng827@gmail.com> | 2017-03-10 03:20:17 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-10 16:20:17 +0800 |
commit | dbcd452758098835961818898c0a87ebed4e1e80 (patch) | |
tree | b2e3415f242b85488387b918b8285ad8a006f707 /options/gitignore/macOS | |
parent | 05f0c4bbf5d277e2cee7659933b62a29942a4b3d (diff) | |
download | gitea-dbcd452758098835961818898c0a87ebed4e1e80.tar.gz gitea-dbcd452758098835961818898c0a87ebed4e1e80.zip |
rename OSX to macOS (#1176)
Diffstat (limited to 'options/gitignore/macOS')
-rw-r--r-- | options/gitignore/macOS | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/options/gitignore/macOS b/options/gitignore/macOS new file mode 100644 index 0000000000..660b31353e --- /dev/null +++ b/options/gitignore/macOS @@ -0,0 +1,24 @@ +.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 |