Last active
April 13, 2019 05:33
-
-
Save Norfeldt/7b9ae20b2eafb1bae437c9edfdb86598 to your computer and use it in GitHub Desktop.
Copy & Paste .gitignore settings for React Native.
This file contains hidden or 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 | |
# Xcode | |
ios/ | |
*.p12 | |
*.jks | |
*.key | |
*.mobileprovision | |
!ios/*/*.plist | |
!ios/*/Contents/Resources/* | |
# Android/IntelliJ | |
android/ | |
!android/*/AndroidManifest.xml | |
!android/*/gradle.properties | |
!android/*/build.gradle | |
!android/*/res/* | |
# npm | |
node_modules/**/* | |
npm-debug.* | |
yarn-error.log | |
package-lock.json | |
# BUCK | |
buck-out/ | |
\.buckd/ | |
*.keystore | |
# VSCode | |
.vscode/ | |
# expo | |
.expo/packager-info.json | |
.expo/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment