Skip to content

gx does not ignore all files that git does #120

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

Open
wigy-opensource-developer opened this issue Dec 23, 2016 · 2 comments
Open

gx does not ignore all files that git does #120

wigy-opensource-developer opened this issue Dec 23, 2016 · 2 comments

Comments

@wigy-opensource-developer
Copy link

wigy-opensource-developer commented Dec 23, 2016

I have recently tried to publish the go-ipfs sources to gx and had some hassles

In https://github.com/whyrusleeping/gx#ignoring-files-from-a-publish I read that gx publish ignores files that are ignored by git. An ipfs/go-ipfs repo contains around 56MB of binaries after some sharness tests are run. I had to git clean -x before publishing in order to avoid publishing those.

Probably gx should leave it to git status --ignored to check which files are not to be published?

@Kubuxu
Copy link
Collaborator

Kubuxu commented Dec 23, 2016

Right, AFAIK we use root directory only .gitignore but there are also ones in subdirectories.

@Stebalien
Copy link
Collaborator

Ideally, we'd do a clean checkout (with hardlinks).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants