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 ignore files #1

Open
2 tasks
at15 opened this issue Aug 21, 2016 · 1 comment
Open
2 tasks

Support ignore files #1

at15 opened this issue Aug 21, 2016 · 1 comment

Comments

@at15
Copy link
Owner

at15 commented Aug 21, 2016

Related issue GeertJohan#80 and GeertJohan#83

@at15
Copy link
Owner Author

at15 commented Aug 21, 2016

there are some problem caused by golang itself, glob syntax is not fully supported https://godoc.org/path/filepath#Match has fewer terms than standard glob patterns.
And it does not behave like gitignore, which node_modules will ignore the node_modules folder entirely. see a21c2df

at15 referenced this issue Aug 21, 2016
- the pattern matching is quite strange
- windows directory separator is handled, \ -> /
- only .riceignore in box root is supported
@at15 at15 mentioned this issue Dec 10, 2016
at15 added a commit to dyweb/gommon that referenced this issue Feb 13, 2018
- created for noodle, actually didn't look at the references in
at15/go.rice#1 they are more complex than what
we supported, our version is a simplified version of `filepath.Match`
- NOT fully tested, just tried some common patterns I can think of
at15 added a commit to dyweb/gommon that referenced this issue Feb 13, 2018
[noodle] Use local dir when dev

- local fs, using http.Dir
  - support disable list dir by default
 - embed fs write one by hand ...
- [util] fsutil support ignores at15/go.rice#1
  - support simple wildcard ? and *
- [generator] use fstuil for ignore and walk
- [log] fixed wrong level string in cli handler
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

1 participant