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: for projects that doesn't use package.json #62

Closed
skepticfx opened this issue Mar 11, 2015 · 2 comments

Comments

@skepticfx
Copy link

commented Mar 11, 2015

Am using the standard command line tool from this project and am working on a Chrome project. Does that mean that I still need to use package.json and add the standard.ignore array? Or is there any generic way to ignore files?

@feross

This comment has been minimized.

Copy link
Member

commented Mar 11, 2015

Yeah, just add a minimal package.json:

{
  "standard": {
    "ignore": [ "file1", "file2" ]
  }
}
@skepticfx

This comment has been minimized.

Copy link
Author

commented Mar 11, 2015

👍

@skepticfx skepticfx closed this Mar 11, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.