chore: Add zip and gz files to .gitignore
Exclude temporary archive files (*.zip, *.gz) from version control. These are typically temporary extraction artifacts and should not be committed. Author: Matthew Raymer
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -65,4 +65,6 @@ logs/
|
||||
*.lock
|
||||
*.bin
|
||||
workflow/
|
||||
screenshots/
|
||||
screenshots/
|
||||
*.zip
|
||||
*.gz
|
||||
|
||||
Reference in New Issue
Block a user