Created
February 26, 2018 22:18
-
-
Save mikelovesrobots/b153fa6ccd6e34435beaa1f5330025be to your computer and use it in GitHub Desktop.
react-native gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OSX | |
# | |
.DS_Store | |
# React Native | |
# | |
/node_modules | |
/ios/kif_screenshots/ | |
*.jsbundle* | |
# Xcode | |
# | |
build/ | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
xcuserdata | |
*.xccheckout | |
*.moved-aside | |
DerivedData | |
*.hmap | |
*.ipa | |
*.xcuserstate | |
project.xcworkspace | |
# Android/IJ | |
# | |
*.iml | |
.idea | |
.gradle | |
local.properties | |
# node.js | |
# | |
node_modules/ | |
npm-debug.log | |
# BUCK | |
buck-out/ | |
\.buckd/ | |
android/app/libs | |
android/keystores/debug.keystore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment