.gitignore 559 B

12345678910111213141516171819202122
  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/bat/
  11. !config/bat/config
  12. !config/ghostty/
  13. !config/ghostty/config
  14. !config/zed/
  15. !config/zed/settings.json
  16. !config/zed/keymap.json
  17. !config/zed/tasks.json
  18. !config/rectangle/
  19. !config/rectangle/com.knollsoft.Rectangle.plist
  20. !config/rectangle/import.sh