mirror of
https://github.com/SeriousBug/dotfiles
synced 2026-07-27 12:35:37 -05:00
Add rule to commit directly to main in CLAUDE.md
This commit is contained in:
parent
6a4d439bca
commit
7da4365dba
|
|
@ -1,5 +1,9 @@
|
|||
# Dotfiles Configuration Notes
|
||||
|
||||
## Commit Directly to Main
|
||||
|
||||
Commit directly to `main` in this repo. It reflects the current state of my machine, so feature branches don't make sense here. Do not create branches or open PRs for changes.
|
||||
|
||||
## Dotter Template Handling
|
||||
|
||||
Dotter automatically treats files with `{{` as templates. For files that contain `{{` in their code (like Lua tables), disable templating by setting `type = "symbolic"` in `.dotter/global.toml`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue