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

Ignore files and folders from '.gitignore' #8

Closed
saneef opened this issue Sep 10, 2018 · 3 comments
Closed

Ignore files and folders from '.gitignore' #8

saneef opened this issue Sep 10, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@saneef
Copy link

saneef commented Sep 10, 2018

Wouldn't be nice if we ignore files which are included in the .gitignore?

@farskid farskid mentioned this issue Sep 10, 2018
@sdras sdras added the enhancement New feature or request label Sep 10, 2018
@benmccallum
Copy link

benmccallum commented Sep 11, 2018

I think this is fair, but it gets tricky when, say, you want to annotate/document the dist folder or some other output folder that is gitignored.

Maybe you support gitignore and then have a similar pattern to forcing a file to be tracked for forcing a folder/file to be added to Project Explorer, so a CMD like pexx add "my/path/xyz" -f

@easingthemes
Copy link
Contributor

PR #12
@benmccallum You can temporarily remove that match from gitignore when building project structure.

@sdras
Copy link
Owner

sdras commented Sep 11, 2018

I love this and merged the PR, but I do think @benmccallum has a point and I will try to make another command that allows you to add back in files. PRs also welcome. Thank you!

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

No branches or pull requests

4 participants