question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move the gitignore handling code to `globby`

See original GitHub issue

As an optional feature in globby. It was a really difficult thing to implement, so would be nice if everyone could take advantage of and help improve it.

@marionebl @schnittstabil Thoughts?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
marioneblcommented, Jun 26, 2017

This does not solve any technical issues per se as @schnittstabil mentions but I think globby is the better package to host that concern. 👍. I’ll draft a PR for globby.

0reactions
sindresorhuscommented, Nov 17, 2017

👍 Good idea

Read more comments on GitHub >

github_iconTop Results From Across the Web

gitignore Documentation - Git
A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below...
Read more >
node modules - Git - Ignore node_modules folder everywhere
Create .gitignore file in root folder directly by code editor or by command. For Mac & Linux touch .
Read more >
Using .gitignore the Right Way - ConSol Labs
First things first, how can we exclude every target folder created by Maven in every sub-module? ... This will match any directory (but...
Read more >
A collection of useful .gitignore templates - GitHub
This is GitHub's collection of .gitignore file templates. We use this list to populate the .gitignore template choosers available in the GitHub.com interface ......
Read more >
.gitignore file - ignoring files in Git | Atlassian Git Tutorial
Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found