Update .gitignore

This commit is contained in:
Kiana Sheibani 2021-12-10 20:54:41 -05:00 committed by GitHub
parent 8475bda9a5
commit 9aac03f649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -1,3 +1,4 @@
# standard haskell gitignore
dist
dist-*
cabal-dev
@ -21,3 +22,6 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
# ignore vscodium's local config
.vscode/