Skip to content

Commit

Permalink
Gitignore stack.yaml.lock
Browse files Browse the repository at this point in the history
Problem: with `stack-2+`, `stack.yaml.lock` file appears on every build.

Solution: pleasing developer's lazyness and with a light hand ignoring
the best practices, we add the lock file to gitignore.
  • Loading branch information
Martoon-00 committed May 1, 2021
1 parent de98070 commit e99df84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cabal.sandbox.config
*.hp
*.eventlog
.stack-work/
stack.yaml.lock
cabal.project.local
cabal.project.local~
.HTF/
Expand Down

0 comments on commit e99df84

Please sign in to comment.