diff options
author | Brendan Forster <brendan@github.com> | 2016-12-09 20:01:54 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 20:01:54 +1100 |
commit | c5d64c350843cc93ffe61948d20ae7b9f0d62949 (patch) | |
tree | 9c3270b70b5be736f7dfb8a8d1263da747253f68 | |
parent | ef033de91f04e2f9df8dbbd2d459c4be59bae507 (diff) | |
parent | d3b23596c0cf4cbc15c4326bf8d962e3f9c4c9a0 (diff) | |
download | gitignore-c5d64c350843cc93ffe61948d20ae7b9f0d62949.tar.gz gitignore-c5d64c350843cc93ffe61948d20ae7b9f0d62949.zip |
Merge pull request #2211 from ligun123/master
添加DS_Store
-rw-r--r-- | Objective-C.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 58c51eca..5946618b 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -60,3 +60,4 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ +.DS_Store |