From 70e6f77fc8fe5de360a09009c0377ba185e49999 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 2 Jun 2026 11:06:13 +0000 Subject: [PATCH] chore: add .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Excludes build artifacts and the .claude/skills symlink (wired by the skills installer, never committed — matches the mathias/skills convention) and local env files. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c92512 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Build artifacts +/bin/ +*.out + +# Skills are wired as symlinks by the skills library installer and must never +# be committed (see docs convention in mathias/skills). +.claude/skills + +# Local env / editor +.env +.env.* +*.local