Skip to content

Commit

Permalink
Edit .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Activelook-dev committed Nov 19, 2021
1 parent 8259c52 commit 42bcecd
Showing 1 changed file with 16 additions and 32 deletions.
48 changes: 16 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,20 @@
.DS_Store
*.xcuserstate
# Created by https://www.toptal.com/developers/gitignore/api/xcode
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode

build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

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

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
## User settings
xcuserdata/
DerivedData/

Carthage/Build
### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
# End of https://www.toptal.com/developers/gitignore/api/xcode

0 comments on commit 42bcecd

Please sign in to comment.