Update .gitignore
This commit is contained in:
parent
8475bda9a5
commit
9aac03f649
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
# standard haskell gitignore
|
||||||
dist
|
dist
|
||||||
dist-*
|
dist-*
|
||||||
cabal-dev
|
cabal-dev
|
||||||
|
@ -21,3 +22,6 @@ cabal.project.local
|
||||||
cabal.project.local~
|
cabal.project.local~
|
||||||
.HTF/
|
.HTF/
|
||||||
.ghc.environment.*
|
.ghc.environment.*
|
||||||
|
|
||||||
|
# ignore vscodium's local config
|
||||||
|
.vscode/
|
||||||
|
|
Loading…
Reference in a new issue