Move the gitignore handling code to `globby`
See original GitHub issueAs 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:
- Created 6 years ago
- Reactions:1
- Comments:13 (13 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
👍 Good idea