This commit is contained in:
2025-10-04 14:09:35 +02:00
parent b1ca6a7903
commit 94d4cb3087
42 changed files with 5390 additions and 1 deletions

24
.gitignore vendored
View File

@@ -51,4 +51,26 @@ CodeCoverage/
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
nunit-*.xml
# Frontend (Vue.js / Node)
node_modules/
ClientApp/node_modules/
dist/
build/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.env.local
.env.*.local
# Editor / IDE
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
# JetBrains IDEs
.idea/