feat(git): reorganize global gitignore and add ai
This commit is contained in:
30
git/ignore
30
git/ignore
@@ -1,22 +1,24 @@
|
|||||||
# mac files
|
# os
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# i don't like pushing .vscode and .idea folders, i will force add if needed
|
# editors
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# pyenv
|
|
||||||
.python-version
|
|
||||||
|
|
||||||
# nix venv hook
|
|
||||||
.nix-venv
|
|
||||||
.dev
|
|
||||||
|
|
||||||
# i use .ignore for nvim
|
|
||||||
.ignore
|
.ignore
|
||||||
|
|
||||||
# todo files
|
# ai
|
||||||
TODO.md
|
CLAUDE.local.md
|
||||||
|
**/.claude/settings.local.json
|
||||||
|
|
||||||
# db dumps files
|
# languages
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
# nix
|
||||||
|
.nix-venv
|
||||||
|
.dev
|
||||||
|
.envrc
|
||||||
|
.direnv/
|
||||||
|
|
||||||
|
# project-local
|
||||||
|
TODO.md
|
||||||
dumps
|
dumps
|
||||||
|
|||||||
Reference in New Issue
Block a user