From 592e46805bf42135cfe573dc07ed7c499787ba1f Mon Sep 17 00:00:00 2001 From: Torsten Brendgen Date: Thu, 16 Jul 2026 23:02:35 +0200 Subject: [PATCH] =?UTF-8?q?Aktualisiere=20.gitignore=20f=C3=BCr=20verbesse?= =?UTF-8?q?rte=20Ignorierung=20von=20Abh=C3=A4ngigkeiten,=20Build-Ausgaben?= =?UTF-8?q?=20und=20Protokolldateien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..497988f --- /dev/null +++ b/.gitignore @@ -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 +