mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 14:21:45 +04:00
chore: update
This commit is contained in:
parent
eaccf45596
commit
d3790a167b
27 changed files with 715 additions and 229 deletions
52
.gitignore
vendored
52
.gitignore
vendored
|
|
@ -1,3 +1,55 @@
|
|||
/result
|
||||
/result-fd
|
||||
/.env
|
||||
/claude-docker
|
||||
/.claude-vm
|
||||
|
||||
# editors
|
||||
.vscode/
|
||||
.idea/
|
||||
.godot/
|
||||
|
||||
# apple
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# build related directories
|
||||
/build
|
||||
target
|
||||
result
|
||||
zig-out
|
||||
zig-build
|
||||
|
||||
# secrets
|
||||
.env
|
||||
|
||||
# direnv
|
||||
.envrc
|
||||
.direnv
|
||||
|
||||
# py
|
||||
__pycache__/
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.coverage*
|
||||
core.[0-9]*
|
||||
|
||||
# claude sandbox
|
||||
/.bash_profile
|
||||
/.bashrc
|
||||
/.gitconfig
|
||||
/.mcp.json
|
||||
/.profile
|
||||
/.ripgreprc
|
||||
/.zprofile
|
||||
/.zshrc
|
||||
/HEAD
|
||||
/config
|
||||
/hooks
|
||||
/objects
|
||||
/refs
|
||||
.claude/agents
|
||||
.claude/commands
|
||||
.claude/settings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue