- GUI zur Verwaltung von Implantbibliotheken - Automatischer Download von Planmeca - Integration der Original-Herstellerinstaller - Automatisches Romexis-Backup - Download-Cache und Updateerkennung - Fortschrittsanzeige und Protokollierung
47 lines
566 B
Plaintext
47 lines
566 B
Plaintext
# PowerShell / editor
|
|
*.ps1xml
|
|
*.psm1
|
|
*.psd1
|
|
*.ps1.user
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Lokale Logs / Testausgaben
|
|
*.log
|
|
log.txt
|
|
logs/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Downloads / Cache / Herstellerpakete
|
|
*.zip
|
|
*.download
|
|
*.meta.json
|
|
RomexisImplantLibraryCache/
|
|
cache/
|
|
downloads/
|
|
|
|
# Entpackte Installationsdateien
|
|
temp/
|
|
tmp/
|
|
extracted/
|
|
Implant_library_files/
|
|
|
|
# Backups / Datenbank Dumps
|
|
*.bak
|
|
*.BAK
|
|
*.sql.bak
|
|
backup/
|
|
backups/
|
|
|
|
# Windows / Explorer
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# macOS falls das Repo mal dort geöffnet wird
|
|
.DS_Store
|
|
|
|
# PowerShell Transcripts
|
|
PowerShell_transcript*.txt
|