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.

Feature request: Ignore gitignored files

See original GitHub issue

e.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:open
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kitlangtoncommented, Jun 27, 2022

Must strike while the iron is hot 😆

1reaction
kubukozcommented, Jun 27, 2022

Probably worth deduping the dependencies as well:

image

and sorting (would be useful for the http4s deps on the screenshot) 😅

Read more comments on GitHub >

github_iconTop 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 >

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