Aktualisiere .gitignore für verbesserte Ignorierung von Abhängigkeiten, Build-Ausgaben und Protokolldateien

This commit is contained in:
Torsten Brendgen
2026-07-16 23:02:35 +02:00
parent 3b9edbc6d5
commit 592e46805b

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Dependencies and local tools
node_modules/
.tools/
# SPFx build output
lib/
dist/
temp/
release/
solution/
sharepoint/solution/
*.sppkg
*.tgz
# Test output
coverage/
# Generated TypeScript files
*.resx.ts
*.scss.ts
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local environment files
.env
.env.*
!.env.example
# Visual Studio and IDE files
.vs/
.idea/
.ntvs_analysis.dat
*.suo
*.user
bin/
obj/
# Operating system files
.DS_Store
Thumbs.db
Desktop.ini