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

Feature request: Ignore gitignored files #8

Open
kubukoz opened this issue Jun 27, 2022 · 6 comments
Open

Feature request: Ignore gitignored files #8

kubukoz opened this issue Jun 27, 2022 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kubukoz
Copy link

kubukoz commented Jun 27, 2022

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")
@kubukoz
Copy link
Author

kubukoz commented Jun 27, 2022

Probably worth deduping the dependencies as well:

image

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

@kitlangton kitlangton self-assigned this Jun 27, 2022
@kitlangton
Copy link
Owner

Good ideas! On it :)

@kubukoz
Copy link
Author

kubukoz commented Jun 27, 2022

you ever rest dude?? 😂

@kitlangton
Copy link
Owner

Must strike while the iron is hot 😆

@kitlangton
Copy link
Owner

kitlangton commented Jun 27, 2022

Added sorting. Solved the symptom of this problem, if not the cause, by only parsing plugins.sbt. Will leave this open to add .gitignore parsing for another day :D

@kitlangton kitlangton removed their assignment Jun 27, 2022
@kitlangton kitlangton added enhancement New feature or request good first issue Good for newcomers labels Jun 27, 2022
@kitlangton
Copy link
Owner

Or for another enterprising contributor 👯

@kitlangton kitlangton added the help wanted Extra attention is needed label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants