1
0

.gitignore 527 B

1234567891011121314151617181920
  1. .DS_Store
  2. # local-only rc
  3. .rc.d/local.sh
  4. .zshrc.d/local.zsh
  5. bak
  6. # Application settings: ignore the whole tree by default, then opt-in ONLY the
  7. # files we've vetted as public-safe. Anything new under config/ stays private
  8. # until explicitly un-ignored here (guards against leaking app secrets).
  9. config/**
  10. !config/ghostty/
  11. !config/ghostty/config
  12. !config/zed/
  13. !config/zed/settings.json
  14. !config/zed/keymap.json
  15. !config/zed/tasks.json
  16. !config/rectangle/
  17. !config/rectangle/com.knollsoft.Rectangle.plist
  18. !config/rectangle/import.sh