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:59 +02:00
parent edfcace3dd
commit 2c70515b72
3 changed files with 46 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
{
"extends": "./node_modules/@microsoft/sp-tslint-rules/base-tslint.json",
"rules": {
"max-line-length": false,
"member-ordering": false,
"no-any": false,
"no-consecutive-blank-lines": false,
"no-string-based-set-timeout": false
}
}