react-native/.gitignore

29 lines
335 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
# OS X
.DS_Store
# Node
2015-01-30 01:10:49 +00:00
node_modules