adds git ignore
This commit is contained in:
28
ios/TimeTracker/.gitignore
vendored
Normal file
28
ios/TimeTracker/.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Xcode
|
||||||
|
build/
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
xcuserdata/
|
||||||
|
DerivedData/
|
||||||
|
.swiftpm/
|
||||||
|
*.dSYM.zip
|
||||||
|
*.dSYM/
|
||||||
|
|
||||||
|
# XcodeGen (regenerate after clean)
|
||||||
|
# project.yml is the source of truth
|
||||||
|
|
||||||
|
# CocoaPods
|
||||||
|
# (not used, we use SPM)
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
*.env
|
||||||
|
*.env.local
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Build logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
Reference in New Issue
Block a user