From dbf1b5dc91084a2c20f97f2bd529e638ad52daae Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Thu, 18 Dec 2025 14:50:57 +0000 Subject: [PATCH] =?UTF-8?q?.gitignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d85c986 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Dependency directories +node_modules/ +jspm_packages/ + +# Build outputs (Vite creates 'dist') +dist/ +dist-ssr/ +build/ + +# System Files +.DS_Store +Thumbs.db + +# Environment Variables (Keep secrets out of Git!) +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Editor directories and files +.idea/ +.vscode/ +*.swp +*.swo + +# Docker (Optional: Ignore local override files if you ever make them) +docker-compose.override.yml \ No newline at end of file