react-native/.gitignore

30 lines
355 B
Plaintext
Raw Normal View History

2015-01-30 01:10:49 +00:00
# Xcode
2015-02-25 17:54:45 +00:00
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
2015-01-30 01:10:49 +00:00
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
2015-04-14 18:36:13 +00:00
project.xcworkspace
2015-01-30 01:10:49 +00:00
# OS X
.DS_Store
# Node
2015-01-30 01:10:49 +00:00
node_modules