From 30f82f848c93c80981a04f70e5e58099f3b32a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 9 Mar 2026 22:23:45 +0100 Subject: [PATCH] feat(git): reorganize global gitignore and add ai --- git/ignore | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/git/ignore b/git/ignore index ff58e8c..adb55aa 100644 --- a/git/ignore +++ b/git/ignore @@ -1,22 +1,24 @@ -# mac files +# os .DS_Store -# i don't like pushing .vscode and .idea folders, i will force add if needed +# editors .vscode .idea - -# pyenv -.python-version - -# nix venv hook -.nix-venv -.dev - -# i use .ignore for nvim .ignore -# todo files -TODO.md +# ai +CLAUDE.local.md +**/.claude/settings.local.json -# db dumps files +# languages +.python-version + +# nix +.nix-venv +.dev +.envrc +.direnv/ + +# project-local +TODO.md dumps