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_paths #9

Closed
braindev opened this issue Aug 22, 2016 · 2 comments
Closed

ignore_paths #9

braindev opened this issue Aug 22, 2016 · 2 comments
Assignees

Comments

@braindev
Copy link

I am trying to use the ignore_paths configuration to ignore a large node_modules directory. It doesn't seem to be working. I can see that the path walking is going down into the node_modules directory. Am I doing something wrong?

When I run realize run I get an error: open /dev/null: too many open files

Here's the config file:

version: v1.0
projects:
- app_name: whiz
  app_path: /
  app_run: true
  app_bin: true
  app_fmt: false
  app_watcher:
    preview: true
    paths:
    - /
    ignore_paths:
    - node_modules
    - vendor
    - bin
    exts:
    - .go
@ghost ghost added the type: duplicate label Aug 22, 2016
@ghost ghost assigned asoseil Aug 22, 2016
@ghost
Copy link

ghost commented Aug 22, 2016

@braindev this is a known bug. We will fix as soon as possibile. See issue #5 and pull request #7.

@ghost
Copy link

ghost commented Aug 22, 2016

@braindev I've merged the pull request #7. Now ignore_paths should work.

@ghost ghost closed this as completed Aug 22, 2016
This issue was closed.
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

2 participants