Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upignore: for projects that doesn't use package.json #62
Comments
This comment has been minimized.
This comment has been minimized.
|
Yeah, just add a minimal package.json: {
"standard": {
"ignore": [ "file1", "file2" ]
}
} |
This comment has been minimized.
This comment has been minimized.
|
|
skepticfx
closed this
Mar 11, 2015
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.
skepticfx commentedMar 11, 2015
Am using the
standardcommand 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?