Feature request: Ignore gitignored files
See original GitHub issuee.g. project/metals.sbt
which Metals creates automatically:
// DO NOT EDIT! This file is auto-generated.
// This file enables sbt-bloop to create bloop config files.
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0-22-91111c15")
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Feature request: exclude files specified in .gitignore #937
When a .gitignore file exists in a directory, all rules in it could be ... Feature request: exclude files specified in .gitignore #937....
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 >gitignore Documentation - Git
DESCRIPTION. A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES ......
Read more >Ignoring in Git: How To Use .gitignore Files - BMC Software
This is where the .gitignore file is useful: it tells Git exactly which files to ignore and never track. Let's take a look....
Read more >Feedback & Reviews - Katalon Community
.gitignore file should include .cache/ · Feedback & Reviews Feature Requests.
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 FreeTop 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
Top GitHub Comments
Must strike while the iron is hot 😆
Probably worth deduping the dependencies as well:
and sorting (would be useful for the http4s deps on the screenshot) 😅