From 8c6cd88e31b95437a1baab43bb2390d680efc016 Mon Sep 17 00:00:00 2001 From: sindoring Date: Sat, 23 May 2026 00:56:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 28 ++++++++++++++++++++++++++++ .gitignore | 3 +++ 2 files changed, 31 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..125fd4d --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,28 @@ +{ + "permissions": { + "allow": [ + "Bash(git count-objects *)", + "Bash(git ls-tree *)", + "Bash(sort -k4 -rn)", + "Bash(grep -E \"\\\\.\\(blend|dll|ttf|TMP|exe|zip|rar\\)$\")", + "Bash(awk '{sum += $4} END {printf \"Total tracked size: %.2f GiB\\\\n\", sum/1024/1024/1024}')", + "Bash(git gc *)", + "Bash(dir /s \"c:\\\\Users\\\\sindo\\\\open-wc\")", + "Bash(git fsck *)", + "Bash(git reflog *)", + "PowerShell(Set-Location \"c:\\\\Users\\\\sindo\\\\open-wc\"; while \\(\\(git gc --prune=now 2>&1\\) -match \"already running\"\\) { Start-Sleep 5 }; Write-Host \"GC done\"; git count-objects -vH)", + "PowerShell(Get-Process git -ErrorAction SilentlyContinue)", + "PowerShell(Get-Process -Id 16952 -ErrorAction SilentlyContinue)", + "PowerShell(Set-Location \"c:\\\\Users\\\\sindo\\\\open-wc\"; Get-ChildItem -Recurse .git/objects/ | Where-Object { !$_.PSIsContainer } | Sort-Object Length -Descending | Select-Object -First 10 FullName, Length)", + "Bash(git verify-pack *)", + "Bash(awk '{print $3, $1}')", + "Bash(git rev-list *)", + "Bash(awk '{print $2}')", + "Bash(awk '{print $4, $5}')", + "Bash(git filter-repo *)", + "Bash(python -m git_filter_repo --path cache/ --invert-paths)", + "Bash(python -m git_filter_repo --path cache/ --invert-paths --force)", + "Bash(git remote *)" + ] + } +} diff --git a/.gitignore b/.gitignore index 3e489a1..5be889c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ # Offline WMO scene cache /data/cache/wmo_tscn/ +# Root cache dir (генерируется скриптом) +/cache/ + # Скомпилированные GDExtension библиотеки /addons/mpq_extractor/bin/*.dll /addons/mpq_extractor/bin/*.so