Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore from ejected project #21

Open
pedrouid opened this issue Jan 11, 2019 · 0 comments
Open

Update .gitignore from ejected project #21

pedrouid opened this issue Jan 11, 2019 · 0 comments

Comments

@pedrouid
Copy link

pedrouid commented Jan 11, 2019

Can't find where to add this but it would be great to include this on the .gitignore generated from eject script. Specially the Xcode files which have changes on every commit.

# See https://help.github.com/ignore-files/ for more about ignoring files.

# OSX
#
.DS_Store

# expo
#
.expo/

# node.js
#
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# 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/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# BUCK
#
buck-out/
\.buckd/
*.keystore

# misc
#
.env.local
.env.development.local
.env.test.local
.env.production.local

# fastlane
#
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
#
*.jsbundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant