mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🙈 Ignore .envrc
This commit is contained in:
parent
9d59cf55b5
commit
a60d9a5840
1 changed files with 25 additions and 90 deletions
115
.gitignore
vendored
115
.gitignore
vendored
|
@ -1,99 +1,34 @@
|
||||||
# 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
|
|
||||||
*.xccheckout
|
|
||||||
*.moved-aside
|
|
||||||
*.xcuserstate
|
|
||||||
*.xcscmblueprint
|
|
||||||
*.xcarchive
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
|
||||||
*.hmap
|
*.hmap
|
||||||
*.ipa
|
*.ipa
|
||||||
|
*.mode1v3
|
||||||
# Bundler
|
*.mode2v3
|
||||||
/.rubygems/
|
*.moved-aside
|
||||||
/bin/
|
*.pbxuser
|
||||||
|
*.perspectivev3
|
||||||
# CocoaPods
|
*.xcarchive
|
||||||
#
|
*.xccheckout
|
||||||
# We recommend against adding the Pods directory to your .gitignore. However
|
*.xcscmblueprint
|
||||||
# you should judge for yourself, the pros and cons are mentioned at:
|
*.xcuserstate
|
||||||
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
|
*.zip
|
||||||
#
|
.AppleDB
|
||||||
Pods/
|
.AppleDesktop
|
||||||
|
|
||||||
# Carthage
|
|
||||||
#
|
|
||||||
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
||||||
# Carthage/Checkouts
|
|
||||||
|
|
||||||
Carthage/Build
|
|
||||||
|
|
||||||
# CocoaSeeds
|
|
||||||
!Seeds/Seedfile.lock
|
|
||||||
Seeds/**/.git*
|
|
||||||
Seeds/**/.swift-version
|
|
||||||
Seeds/**/.travis.yml
|
|
||||||
Seeds/**/*.md
|
|
||||||
Seeds/**/Cartfile*
|
|
||||||
Seeds/**/Carthage/
|
|
||||||
Seeds/**/LICENSE*
|
|
||||||
Seeds/**/Package.*
|
|
||||||
Seeds/**/*Info.plist
|
|
||||||
Seeds/**/*.podspec
|
|
||||||
Seeds/**/*.xc*
|
|
||||||
Seeds/**/Tests/
|
|
||||||
# Commandant
|
|
||||||
!Seeds/Commandant/Source/*.swift
|
|
||||||
# Result
|
|
||||||
!Seeds/Result/Result/*.swift
|
|
||||||
Seeds/Quick
|
|
||||||
Seeds/Nimble
|
|
||||||
|
|
||||||
## https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.DS_Store
|
||||||
|
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
|
||||||
.DocumentRevisions-V100
|
.DocumentRevisions-V100
|
||||||
.fseventsd
|
.LSOverride
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.TemporaryItems
|
.TemporaryItems
|
||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
.VolumeIcon.icns
|
||||||
|
._*
|
||||||
# Directories potentially created on remote AFP share
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
.apdisk
|
.apdisk
|
||||||
|
.envrc
|
||||||
# Build artifacts
|
.fseventsd
|
||||||
*.zip
|
.rubygems/
|
||||||
|
Carthage/Build
|
||||||
|
DerivedData
|
||||||
|
Pods/
|
||||||
|
Temporary Items
|
||||||
|
bin/
|
||||||
|
build/
|
||||||
|
xcuserdata
|
||||||
|
|
Loading…
Reference in a new issue