mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
83db1dcfd3
Co-authored-by: Ara Adkins <me@ara.io> Co-authored-by: Marcin Kostrzewa <marcinkostrzewa@yahoo.com>
58 lines
502 B
Plaintext
58 lines
502 B
Plaintext
|
|
###########
|
|
## Scala ##
|
|
###########
|
|
|
|
graal_dumps/
|
|
target/
|
|
*.class
|
|
*.log
|
|
|
|
#############
|
|
## Haskell ##
|
|
#############
|
|
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.hpc
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
*.cabal
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.DS_Store
|
|
.stack-work/
|
|
|
|
############
|
|
## System ##
|
|
############
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
############
|
|
## Images ##
|
|
############
|
|
|
|
*.jpg
|
|
*.jpeg
|
|
*.png
|
|
*.bmp
|
|
*.psd
|
|
|
|
######################
|
|
## Tooling Specific ##
|
|
######################
|
|
|
|
.idea/
|
|
*.swp
|
|
.projections.json
|