mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +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
|
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
|
## https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
|
@ -73,7 +92,6 @@ Icon
|
||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
mas-cli.zip
|
*.zip
|
||||||
mas-cli.dSYM.zip
|
|
||||||
mas.xcarchive.zip
|
|
||||||
|
|
Loading…
Reference in a new issue