Skip to content

Commit

Permalink
Cập nhật gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchung committed Feb 3, 2025
1 parent d5cbe53 commit 5c91c18
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# macOS system files
.DS_Store

# Xcode
build/
DerivedData/
*.xcuserstate
*.xcworkspace

# Xcode User Data (tránh conflict trên Git)
*.xcuserdatad/
*.xcscmblueprint

# Swift Package Manager
/.swiftpm
Package.resolved

# CocoaPods
Pods/
Podfile.lock

# Carthage
Carthage/Build/

# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# Tuỳ chọn: Loại bỏ logs và crash reports (nếu không cần)
*.log
*.crash
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

0 comments on commit 5c91c18

Please sign in to comment.