Skip to content

Commit 82029d7

Browse files
committed
chore(gitignore): add .tmp directory and *.zip files to ignore list
This commit updates the .gitignore file to exclude two additional patterns from version control: - .tmp/ directory for temporary files - *.zip files for compressed archives This helps keep the repository clean by preventing temporary and build artifacts from being accidentally committed.
1 parent 72d63f9 commit 82029d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@ node_modules/
9090
BuildTools/.build
9191
BuildTools/.swiftpm
9292

93+
.tmp/
94+
9395
# Ignore xcodeproj Package.resolved file, use xcworkspace Package.resolved instead (For CocoaPods
9496
*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
97+
98+
# Ignore *.zip files
99+
*.zip

0 commit comments

Comments
 (0)