Refactor Update-Scripts function to create temporary directory in script folder and update .gitignore for new paths

This commit is contained in:
2025-09-15 12:31:02 -05:00
parent ef2b9e2a94
commit 18e0d633c6
4 changed files with 22 additions and 6 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Ignore temporary directory used by update scripts
/temp/
/windows-install/
# Other common files to ignore
*.zip
last_update_check.txt
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db