lets-lens/.gitignore

37 lines
285 B
Plaintext

*~
*#*
# CABAL
/dist
/dist-newstyle
/cabal-dev
/.cabal-sandbox
/cabal.sandbox.config
.ghc.environment.*
# Haskell Program Coverage
/.hpc
# Leksah
*.lkshs
# Intellij IDEA
/.idea
# darcs
/_darcs
# ctags
TAGS
# sbt
/project
/target
*.swp
# STACK
.stack-work
stack.yaml.lock
tags