jahwag / ClaudeSync

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

.ignore file #20

Closed sencerburak closed 3 months ago

sencerburak commented 3 months ago

Is your feature request related to a problem? Please describe.

We need a .ignore file to be able to ignore certain files and structures. I just had entire node modules directory synced :D

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Lack of option to ignore or include certain paths and files

Describe the solution you'd like

A .ignore implementation

A clear and concise description of what you want to happen.

A .ignore file that can be configured

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Use case Describe how you would use this feature and how it would benefit your workflow with ClaudeSync. Additional context Add any other context, screenshots, or examples about the feature request here. Environment (if relevant):

OS: [e.g. Windows 10, macOS 11.4, Ubuntu 20.04]

MacOS

Python version: [e.g. 3.8.10] ClaudeSync version: [e.g. 0.3.7]

Are you willing to contribute to this feature?

Yes

Let us know if you're interested in helping implement this feature or if you're just suggesting an idea.

I can help.

jahwag commented 3 months ago

The functionality you’re referring to is covered in our README, where it states that .gitignore is parsed by ClaudeSync. Please review the documentation, and if you still experience issues after that, let us know with more details.