From 440bb860daf50552f40080c3b31c848a6ad7a77b Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sat, 27 Dec 2025 22:53:14 +0700 Subject: [PATCH] chore: add CLAUDE.local.md to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VPS-specific Claude Code configuration file, not tracked in git. Create this file manually on VPS for local context. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4481851..7647f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,7 @@ uploads/ # Temporary files temp/ -tmp/ \ No newline at end of file +tmp/ + +# Local Claude config (VPS-specific) +CLAUDE.local.md \ No newline at end of file