react-native/.gitignore

42 lines
478 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
*.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
# Gradle
/build/
/Examples/**/android/app/build/
2015-12-18 11:37:46 +00:00
/ReactAndroid/build/
# Android
.idea
.gradle
local.properties
*.iml
# Node
2015-01-30 01:10:49 +00:00
node_modules
*.log
.nvm
# OS X
.DS_Store