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

fix: ignore fail via .gitignore #26

Closed godlaugh closed 1 month ago

godlaugh commented 1 month ago

.gitignore of my web project

.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

run claudesync sync, uploaded many files that should be ignored

Uploading new file node_modules/postcss-attribute-case-insensitive/LICENSE to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/CHANGELOG.md to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/README.md to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/package.json to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/dist/index.cjs to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/dist/index.mjs to remote...
Uploading new file node_modules/postcss-attribute-case-insensitive/dist/index.d.ts to remote...
...
jahwag commented 1 month ago

seems to work! pls fix:

ty!