From 8eaa304f12dddc41d0c7499170dcf2e29d591ec9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 07:14:02 +0000 Subject: [PATCH 1/2] Initial plan From 1f9da0b30a28a5a0da50a80d1f2a91486a79b4a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 07:15:33 +0000 Subject: [PATCH 2/2] Update .gitignore with website branch version Co-authored-by: blindzero <13959569+blindzero@users.noreply.github.com> --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore index befcf21c..5d364da5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,21 +27,31 @@ history/ # Environment files .env .env.*.local +.env.local # Logs *.log logs/ +logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* # Coverage & Tests .coverage coverage/ coverage.* test-results.* +*.lcov +testresults.xml # Packages *.7z *.zip *.tar.gz +*.tgz *.rar # PowerShell / PowerShell Core @@ -62,4 +72,27 @@ BuildOutput/ artifacts/ *.bak +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus +.cache-loader + +# Yarn Integrity file +.yarn-integrity + +# node & npm (website) +.npm +node_modules/ +jspm_packages/ + +# Runtime files +# Runtime data +pids +*.pid +*.seed +*.pid.lock + # End of file \ No newline at end of file