init
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# To do list
|
||||
/TODO.md
|
||||
|
||||
# Devenv/Direnv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
.direnv
|
||||
/.env
|
||||
.null-ls_*.nix
|
||||
/result
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# Temporary files, for example, from tests.
|
||||
/tmp/
|
||||
|
||||
# LLMs
|
||||
**/.claude/settings.local.json
|
||||
/.mcp.json
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
/node_modules/
|
||||
Reference in New Issue
Block a user