mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-13 22:29:35 +03:00
d2e85729ac
helps intellij plugin and reduces `.cabal` length
36 lines
305 B
Plaintext
36 lines
305 B
Plaintext
# Haskell
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.swp
|
|
*.un~
|
|
**/cache/**
|
|
**/build/**
|
|
store
|
|
codestore
|
|
codebase
|
|
tags
|
|
unison-src/.loaded
|
|
**cabal.sandbox.config
|
|
.cabal-sandbox/**
|
|
blockstore
|
|
blockstore.leveldb
|
|
target
|
|
htags
|
|
|
|
# Stack
|
|
.stack-work
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.iml
|
|
|
|
# Misc
|
|
*~
|
|
.DS_Store
|
|
.virthualenv
|
|
.vagrant
|