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 relative paths #35

Closed
rtorr opened this issue Nov 18, 2014 · 2 comments
Closed

Ignore Files and relative paths #35

rtorr opened this issue Nov 18, 2014 · 2 comments

Comments

@rtorr
Copy link

rtorr commented Nov 18, 2014

So far I have only been able to get abosolute paths working

Example

[ignore]
/Users/john_doe/dev/project/app/assets/javascripts/_bundle.js

Over

[ignore]
./app/assets/javascripts/_bundle.js
@gabelevi
Copy link
Contributor

The ignore is a regex that matches against absolute paths. So you could probably do

[ignore]
.*/app/assets/javascripts/_bundle.js

@avikchaudhuri
Copy link
Contributor

This is now clarified in the docs.

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

No branches or pull requests

3 participants