Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

creating a gitignore for xcode project

# Created by https://www.gitignore.io/api/swift,xcode

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/

# CocoaPods - Refactored to standalone file

# Carthage - Refactored to standalone file

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated

## Various settings

## Other

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

# End of https://www.gitignore.io/api/swift,xcode
Comment

PREVIOUS NEXT
Code Example
Shell :: read fingerprint ssh-keygen 
Shell :: how to install insomnia in ubuntu 
Shell :: how to check prime number in shell script 
Shell :: create alias ubuntu 
Shell :: bash if file contains string 
Shell :: install gnu grep on mac 
Shell :: how to see all branches in git 
Shell :: nginx gzip 
Shell :: find out current shell 
Shell :: git diff more colorful 
Shell :: install libssl1.0.0 ubuntu 20.04 
Shell :: change last commit date 
Shell :: get ssh key mac 
Shell :: libdnet 
Shell :: laravel view.engine.resover not exists 
Shell :: arch linux select java version 
Shell :: linux ls directories only 
Shell :: yarn frozen lockfile 
Shell :: untar gz file 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: how to kwno if my mac has intel 32 or 64 
Shell :: hide top bar ubuntu 20.04 
Shell :: how to find where a program is on windows 
Shell :: install yfinance 
Shell :: gdown Access denied with the following error 
Shell :: install angular cli specific version 
Shell :: awk get index of matching substring 
Shell :: brownie add new account 
Shell :: error install pyjnius in "chaquopy 
Shell :: docker clean images 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =