Commit 82029d7
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
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments