SVN常用忽略文件

2018-10-30  本文已影响53人  帆动世界

SVN常用忽略文件


#1.Build generated
build
DerivedData

#2.Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

#3.Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

#4.Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

#5.CocoaPods
Pods

#6.Carthage
Carthage/Build
Carthage #整个文件也可以不用提交

#7.fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

#8.Code Injection
iOSInjectionProject

#9.常见
*.o
*.lo
*.la
*.al
.libs
*.so
*.so.[0-9]*
*.pyc
*.pyo
*.rej
*~
#*#
.#*
.*.swp
.DS_Store
*.xcuserstate
*.xcscheme
*.xcworkspace
profile
*.xcuserdatad
*.pbxproj

#10.忽略git
.git
.gitignore

上一篇下一篇

猜你喜欢

热点阅读