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

Support ! in .capstanignore #92

Open
miha-plesko opened this issue Feb 1, 2018 · 1 comment
Open

Support ! in .capstanignore #92

miha-plesko opened this issue Feb 1, 2018 · 1 comment
Assignees

Comments

@miha-plesko
Copy link

See this comment #91 (comment) where @aitorhh requested such feature.

It wouldn't be too much of a trouble to at least support very basic functionality (without any wildcards):

# explicitly include specific file (must not contain *)
!/path/to/file.txt

# explicitly include whole directory and its content (must not contain *)
!/path/to/directory

@aitorhh would this be sufficient for your usecase?

@aitorhh
Copy link

aitorhh commented Feb 2, 2018

Yes, I think allows the users to be more selective with the files that want to include. And allows a broader set of project structures to be used :)

Thanks!

@miha-plesko miha-plesko self-assigned this Feb 2, 2018
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

2 participants