瀏覽代碼

Organize .gitignore

David Cordero 7 年之前
父節點
當前提交
97ee1afb81
共有 1 個文件被更改,包括 11 次插入3 次删除
  1. 11 3
      .gitignore

+ 11 - 3
.gitignore

@@ -1,16 +1,24 @@
-!Makefile
+# Xcode
 *.mode*
 *.pbxuser
 xcuserdata
+*.xccheckout
+
+# macOS
+.DS_Store
+
+# Cocoapods
+Pods
+
+# Others
+!Makefile
 project.xcworkspace
 MobileVLCKit/vlc-plugins-AppleTV.h
 MobileVLCKit/vlc-plugins-AppleTV.xcconfig
 MobileVLCKit/vlc-plugins-iPhone.h
 MobileVLCKit/vlc-plugins-iPhone.xcconfig
-.DS_Store
 build
 /vlc-unstable
 DerivedData
 MobileVLCKit/ImportedSources
 /libvlc
-Pods