Update .gitignore to exclude large files and build artifacts

This commit is contained in:
2025-10-02 02:12:08 +03:00
parent 7dc688d972
commit 755400a269

18
.gitignore vendored
View File

@@ -8,4 +8,20 @@ jdk-11.0.20-full/
jdk-11.0.21+9-jre/
jre-11-windows.zip
# Ignore generated or local files
backup/
backup/backup/
# Ignore large build artifacts and distributions
electron_thermal_app/dist/
electron_thermal_app/node_modules/
py_app/static/downloads/*.AppImage
py_app/static/downloads/*.zip
py_app/app/static/*.zip
# VS Code build artifacts
VS code/bin/
VS code/.vs/
VS code/obj/
# Backup files
*.backup
*.backup2