mirror of
https://github.com/composewell/streamly.git
synced 2024-11-11 00:53:46 +03:00
14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
# Build files/directories
|
|
/.stack-work/
|
|
/dist/
|
|
/dist-newstyle/
|
|
|
|
# Local GHC and Cabal related files
|
|
.ghc.environment*
|
|
cabal.project.local
|
|
|
|
# Temp files created by Vim/Neovim
|
|
*.swp
|
|
*.swo
|
|
*~
|