X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.gitignore;h=2e1608d499628d5f0420fd3dd30a0133858a2373;hp=5e6993c162a10045ef3209b65804569af7c30cb0;hb=HEAD;hpb=41ecc7bd7a4c9c92f966562bff4bfc2adbc20cff diff --git a/.gitignore b/.gitignore index 5e6993c..2e1608d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,22 @@ .stack-work +stack.yaml.lock +dist +.cabal-sandbox +cabal.sandbox.config +dist-newstyle +cabal.project.local* +.ghc.environment.* **/.DS_Store +*.swp + +example/dist +example/dist-newstyle +example/cabal.project.local +example/.ghc.environment.* + +# used for rerunning failed hspec tests +.hspec-failures + +# downloaded by .download-hie.sh on travis +hie +.hie \ No newline at end of file