Initiale Version des Romexis Implant Library Online Installers
- GUI zur Verwaltung von Implantbibliotheken - Automatischer Download von Planmeca - Integration der Original-Herstellerinstaller - Automatisches Romexis-Backup - Download-Cache und Updateerkennung - Fortschrittsanzeige und Protokollierung
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user