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

Standard don't using .gitignore on folder #1301

Open
IoannRove opened this issue Jun 24, 2019 · 1 comment

Comments

@IoannRove
Copy link

commented Jun 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?

@feross

This comment has been minimized.

Copy link
Member

commented Aug 11, 2019

I cannot reproduce this. Can you share a link to a repo with a minimal project that demonstrates the issue?

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