WIP
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Swift Package Manager
|
||||
.build/
|
||||
.swiftpm/
|
||||
|
||||
# Xcode
|
||||
DerivedData/
|
||||
*.xcuserstate
|
||||
xcuserdata/
|
||||
|
||||
# Local build output
|
||||
build/
|
||||
|
||||
# Local editor and environment files
|
||||
.env
|
||||
.env.*
|
||||
*.swp
|
||||
*.swo
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Logs and diagnostics
|
||||
*.log
|
||||
*.trace
|
||||
*.xcresult/
|
||||
|
||||
# Local planning notes (not synced)
|
||||
plan/
|
||||
Reference in New Issue
Block a user