소스 검색

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