You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: standardize config file naming to use .toml extension
Unifies all configuration file naming to consistently use the .toml
extension for better clarity and discoverability.
Changes:
- Rename .ccsync -> .ccsync.toml (project config)
- Rename .ccsync.local -> .ccsync.local.toml (local overrides)
- Update config discovery logic to search for new filenames
- Update all documentation comments and README
- Update .gitignore to reflect new naming convention
This change makes it immediately clear that config files use TOML
format and aligns with common conventions for configuration files.
0 commit comments