mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🙈🌱 Ignore non-source files under Seeds/
This commit is contained in:
parent
f8db7e5572
commit
89f04ef797
1 changed files with 21 additions and 3 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -47,6 +47,25 @@ xcuserdata
|
|||
|
||||
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
|
||||
|
||||
## https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
|
@ -73,7 +92,6 @@ Icon
|
|||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# Build artifacts
|
||||
mas-cli.zip
|
||||
mas-cli.dSYM.zip
|
||||
mas.xcarchive.zip
|
||||
*.zip
|
||||
|
|
Loading…
Reference in a new issue