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

QoL: git shows lots of untracked files in repository after building PA #589

Closed
kartva opened this issue Nov 2, 2023 · 0 comments · Fixed by #590
Closed

QoL: git shows lots of untracked files in repository after building PA #589

kartva opened this issue Nov 2, 2023 · 0 comments · Fixed by #590
Labels
bug Something isn't working untriaged

Comments

@kartva
Copy link
Contributor

kartva commented Nov 2, 2023

What is the bug?

$ git ls-files --others --exclude-standard | wc -l
137

There are currently 137 untracked files that appear when the project is built/run.

------------------------------------------------------------
Gradle 7.6.1
------------------------------------------------------------

Build time:   2023-02-24 13:54:42 UTC
Revision:     3905fe8ac072bbd925c70ddbddddf4463341f4b4

Kotlin:       1.7.10
Groovy:       3.0.13
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          17.0.8.1 (Eclipse Adoptium 17.0.8.1+1)
OS:           Linux 5.15.90.1-microsoft-standard-WSL2 amd64

This is annoying to see in the git log all the time, and could potentially affect Git performance if the number of files increases in the future.

Adding /bin/ to .gitignore fixes the issue.

@kartva kartva added bug Something isn't working untriaged labels Nov 2, 2023
@kartva kartva mentioned this issue Nov 2, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant