mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-05 12:36:06 -07:00
This also fixes the problem that the testsuite threw `exitFailure` even when it succeeded (which I found inexplicable). Once this is published, the testsuite could be enabled in Stackage again.
23 lines
253 B
Text
23 lines
253 B
Text
# Created by https://www.gitignore.io
|
|
|
|
### Haskell ###
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
.virtualenv
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
.stack-work
|
|
|
|
### Snap ###
|
|
/snap/.snapcraft/
|
|
/stage/
|
|
/parts/
|
|
/prime/
|
|
*.snap
|
|
/dist-newstyle/
|