🙈 haskell specific ignores

This commit is contained in:
2021-09-08 17:46:20 -04:00
parent 55a3854cbd
commit 53e1e0fbf2

5
.gitignore vendored
View File

@ -2,6 +2,11 @@
.solution.json .solution.json
.exercism .exercism
# haskell
*.cabal
.stack-work
stack.yaml.lock
# node/js # node/js
node_modules/ node_modules/