minor fix

This commit is contained in:
Richard Kranendonk 2026-04-21 13:57:50 +02:00
parent 9dbe89d70f
commit a8b1c5d3e6
4 changed files with 577 additions and 1 deletions

54
.gitignore vendored Normal file
View file

@ -0,0 +1,54 @@
# ======================
# macOS system files
# ======================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Spotlight
.Spotlight-V100
.Spotlight-V100/*
.spotlight*
.Trashes
# Time Machine
.com.apple.timemachine.donotpresent
# Finder metadata
.fseventsd
.VolumeIcon.icns
# iCloud
*.icloud
# ======================
# macOS Archives
# ======================
*.zip
*.tar
*.tar.gz
*.tgz
*.dmg
# ======================
# Swap / temp files
# ======================
*.swp
*.swo
*.tmp
*.temp
*~
# ======================
# IDE/editor noise (common)
# ======================
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/tasks.json
.idea/
*.iml