jahwag / ClaudeSync

ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects
MIT License
165 stars 24 forks source link

.claudeignore should supersede .gitignore #65

Open jahwag opened 1 week ago

jahwag commented 1 week ago

When .claudeignore is present, .gitignore should not be used.

archer-eric commented 1 week ago

Alternative proposal: .claudeignore is applied after .gitignore, but in the same way that the local .gitignore is applied after the global .gitignore. For example, .claudeignore may have lines starting with "!" which "unignore" specific files and patterns.