Update .gitignore
This commit is contained in:
parent
8475bda9a5
commit
9aac03f649
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue