Add .gitignore and remove sensitive export files from tracking

This commit is contained in:
Mark 2026-04-09 10:50:30 +02:00
parent bc95b632f7
commit bce5d5720e
1 changed files with 15 additions and 3 deletions

18
.gitignore vendored
View File

@ -1,4 +1,16 @@
Thumbs.db # Sensitive exports
code_export.txt
code_export.ps1.test.txt
*.test.txt
# OS files
.DS_Store .DS_Store
gitea-token*.txt Thumbs.db
gitea-token*.txt.sig
# IDE
.vscode/
.idea/
# Temporary files
*.tmp
*.log