Skip to content

Commit

Permalink
Update .gitignore to include additional build artifacts and Swift Pac…
Browse files Browse the repository at this point in the history
…kage Manager directories

- Added entries for *.dmg, .build/, .swiftpm/, and .package.resolved to .gitignore to prevent unnecessary files from being tracked.
- This change helps maintain a cleaner repository by ignoring build outputs and package management files.
  • Loading branch information
ygsgdbd committed Dec 22, 2024
1 parent db184bf commit 1560c2f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,12 @@ graph.dot
Derived/

### Tuist managed dependencies ###
Tuist/.build
Tuist/.build

# Build
*.dmg

# Swift Package Manager
.build/
.swiftpm/
.package.resolved

0 comments on commit 1560c2f

Please sign in to comment.