react-native/.gitignore

40 lines
431 B
Plaintext
Raw Normal View History

2015-01-29 17:10:49 -08:00
# Xcode
2015-02-25 09:54:45 -08:00
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
2015-01-29 17:10:49 -08:00
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
2015-04-14 11:36:13 -07:00
project.xcworkspace
2015-01-29 17:10:49 -08:00
# Xcode, Gradle
build/
# Android
.idea
.gradle
local.properties
*.iml
# Node
2015-01-29 17:10:49 -08:00
node_modules
*.log
.nvm
# OS X
.DS_Store