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

Review .gitignore for Xcode/iOS #30

Open
acostalima opened this issue May 28, 2020 · 0 comments
Open

Review .gitignore for Xcode/iOS #30

acostalima opened this issue May 28, 2020 · 0 comments

Comments

@acostalima
Copy link
Contributor

acostalima commented May 28, 2020

Sources:

├── Podfile
├── Podfile.lock
├── reactNativeWithMoxy
│   ├── AppDelegate.h
│   ├── AppDelegate.m
│   ├── Base.lproj
│   │   └── LaunchScreen.xib
│   ├── BootSplash.storyboard
│   ├── Images.xcassets
│   │   ├── AppIcon.appiconset
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   └── Contents.json
│   │   ├── BootSplashLogo.imageset
│   │   │   ├── Contents.json
│   │   │   ├── bootsplash_logo.png
│   │   │   ├── [email protected]
│   │   │   └── [email protected]
│   │   └── Contents.json
│   ├── Info.plist
│   └── main.m
├── reactNativeWithMoxy.xcodeproj
│   ├── project.pbxproj
│   ├── xcshareddata
│   │   └── xcschemes
│   │       ├── reactNativeWithMoxy\ Dev.xcscheme
│   │       └── reactNativeWithMoxy\ Prod.xcscheme
│   └── xcuserdata
│       └── acostalima.xcuserdatad
│           └── xcschemes
│               └── xcschememanagement.plist
├── reactNativeWithMoxy.xcworkspace
│   ├── contents.xcworkspacedata
│   ├── xcshareddata
│   │   └── IDEWorkspaceChecks.plist
│   └── xcuserdata
│       └── acostalima.xcuserdatad
│           └── UserInterfaceState.xcuserstate
└── reactNativeWithMoxyTests
    ├── Info.plist
    └── reactNativeWithMoxyTests.m
@acostalima acostalima changed the title Fix .gitignore for iOS Review .gitignore for Xcode/iOS Jul 10, 2020
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