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 upStandard don't using .gitignore on folder #1301
Comments
This comment has been minimized.
This comment has been minimized.
|
I cannot reproduce this. Can you share a link to a repo with a minimal project that demonstrates the issue? |
feross
added
the
need more info
label
Aug 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IoannRove commentedJun 24, 2019
What version of standard?
standard@12.0.1
├─┬ eslint@5.4.0
What operating system, Node.js, and npm version?
Ubuntu 18.04.2 LTS, Node.js: v8.10.0, NPM: 3.5.2-0ubuntu4
What actually happened?
I have project
test
|-- lib
| |-- script.js
|-- other
| |-- script1.js
|-- .git
|-- .gitignore
I have lib/ in my .gitignore but standard scans it anyway. I'd like to use .gitignore. Am I doing something wrong here?