Initial commit
This commit is contained in:
commit
2b88f739f1
10 changed files with 69613 additions and 0 deletions
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# ==============================================================================
|
||||
# OS files
|
||||
# ==============================================================================
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# ==============================================================================
|
||||
# Editors & IDEs
|
||||
# ==============================================================================
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ==============================================================================
|
||||
# Swift / SwiftPM
|
||||
# ==============================================================================
|
||||
|
||||
# Build artifacts
|
||||
.build/
|
||||
DerivedData/
|
||||
|
||||
# SwiftPM workspace state (generated, editor-specific)
|
||||
.swiftpm/
|
||||
Package.resolved
|
||||
|
||||
# Xcode project files (generated from Package.swift)
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
xcuserdata/
|
||||
Loading…
Add table
Add a link
Reference in a new issue