Skip to content
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

Add support for hidden files and .ipfsignore file #1232

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ddaa9a6
Make ipfs add ignore files by default.
gatesvp May 4, 2015
9517911
Fix my build
gatesvp May 4, 2015
88077f7
Merge branch 'master' of https://github.com/ipfs/go-ipfs into iss653
gatesvp May 6, 2015
50e3b15
ipfs add now respects .ipfsignore files
gatesvp May 6, 2015
99f15e6
Merge branch 'master' of https://github.com/ipfs/go-ipfs into iss653
gatesvp May 6, 2015
efae6b1
fix ipfs add to ensure that we are checking parent paths for appropri…
gatesvp May 6, 2015
3923aa8
Merge branch 'master' of https://github.com/gatesvp/go-ipfs
gatesvp May 14, 2015
1e66056
Clean-up based on PR feedback https://github.com/ipfs/go-ipfs/pull/1204
gatesvp May 8, 2015
66a5f1f
Clean-up add CLI. Basic params are a struct and addFile/addDir are no…
gatesvp May 13, 2015
f04ac6f
Add recursive check for parent .ipfsignore files
gatesvp May 14, 2015
7f818e2
Respect file path separator on all OSes
gatesvp May 14, 2015
032cd3c
Fix is_hidden on non-Windows
gatesvp May 14, 2015
70dc7d9
Vendoring for .ipfsignore support
gatesvp May 14, 2015
8e9a477
Fix OS-specific slashing without strconv
gatesvp May 14, 2015
bd7c8f5
Merge branch 'iss653' of https://github.com/gatesvp/go-ipfs into iss653
gatesvp May 14, 2015
9e5dfe2
Make ipfs add ignore files by default.
gatesvp May 4, 2015
1914a26
Fix my build
gatesvp May 4, 2015
153886e
ipfs add now respects .ipfsignore files
gatesvp May 6, 2015
500e756
check parent paths for .ipfsignore files
gatesvp May 6, 2015
5cb34ee
Clean-up based on PR #1204 feedback
gatesvp May 8, 2015
441740a
Clean-up add CLI.
gatesvp May 13, 2015
e8d8642
Add recursive check for parent .ipfsignore files
gatesvp May 14, 2015
ff0d236
Respect file path separator on all OSes
gatesvp May 14, 2015
954c0db
Fix OS-specific slashing without strconv
gatesvp May 14, 2015
53fc454
Fix is_hidden on non-Windows
gatesvp May 14, 2015
372862b
Vendoring for .ipfsignore support
gatesvp May 14, 2015
314bb95
Add tests for the various hidden & recursive modes.
gatesvp Jul 2, 2015
b86d5d4
Add tests for the various hidden & recursive modes.
gatesvp Jul 2, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading