-
Notifications
You must be signed in to change notification settings - Fork 697
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
Have make style
ignore well-known build dirs
#10560
Comments
This is a good suggestion, are you aware of |
Running |
Your suggestion is still good, and I wonder if it has something to do with git ignores. |
@philderbeast If you don't already have one set up, you might consider a global Gitignore. (NB: I have no clue if |
Thanks @9999years, I tried committing an expansion of the $ git diff HEAD~1 HEAD
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
# stack artifacts
-/.stack-work/
+**/.stack-work/
stack.yaml.lock I see
|
Can we have
make style
ignore well-known build directories likedist-newstyle
and.stack-work
?The text was updated successfully, but these errors were encountered: