Files
quality_recticel/.gitignore
Scheianu Ionut c7266c32ee Add custom QZ Tray fork with pairing key authentication
- Custom fork of QZ Tray 2.2.x with certificate validation bypassed
- Implemented pairing key (HMAC) authentication as replacement
- Modified files: PrintSocketClient.java (certificate check disabled)
- New files: PairingAuth.java, PairingConfigDialog.java
- Excluded build artifacts (out/, lib/javafx*) from repository
- Library JARs included for dependency management
2025-10-02 02:27:45 +03:00

32 lines
564 B
Plaintext

recticel/
.venv/
__pycache__/
app/__pycache__/
jdk-11.0.20-full/
jdk-11.0.21+9-jre/
jre-11-windows.zip
# QZ Tray build artifacts (keep source code, ignore builds)
tray/out/
tray/lib/javafx*
tray/js/node_modules
# Ignore generated or local files
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