-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipfs add ignore, .ipfsignore #3643
Comments
Yeah, i'd like to have this too. I implemented it semi-manually for |
Is there a way to ignore files yet? |
This feature was, unfortunately, blocked on one PR that was blocked on another (large) PR. Path forward: Unfortunately, I'm not sure anyone will have time to work on this at the moment unless @crackcomm has some free time and feels like reviving their PRs. |
Hey @whyrusleeping @Stebalien , Has this issue been finished?And it has aleady been blocked for one year. |
+1 good idea |
Any movement on this? It'd be very useful for us (specifically an |
@dholms no progress but not blocked, as far as I know. The next step is ipfs/go-ipfs-cmdkit#5. There are two PRs (see the bottom of that issue) trying to fix that but they're kind of hacky. If you'd like to rebase/clean them up, I can take a look at them. Note: we have quite a few high-priority issues in flight at the moment so reviews may take a while. |
@Stebalien we're not using golang in-house at the moment, we can see if we can bounty it. |
Heads up this issue has been picked up by @corntoole. Any feedback and review help on issues linked above from interested parties is more than welcome! |
Ignore file support has now been merged. You can pass:
In the future, we should consider shorter flags (maybe a |
I would love to be able to run
ipfs add -w -r .
but ignoringnode_modules
ortarget
directory, or any other directory.Something like
.ipfsignore
may be an overkill but something like this is what I am looking for.The text was updated successfully, but these errors were encountered: