mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
6078b54f50
* deriving JSON Encoder for Scala AST types * websocket-based Parser Service * wrapper for Parser in Rust that includes client for Parser Service
102 lines
961 B
Plaintext
102 lines
961 B
Plaintext
|
|
#############
|
|
## GraalVM ##
|
|
#############
|
|
|
|
graal_dumps
|
|
|
|
##########
|
|
## Java ##
|
|
##########
|
|
|
|
*.class
|
|
|
|
###########
|
|
## Scala ##
|
|
###########
|
|
|
|
graal_dumps/
|
|
target/
|
|
*.class
|
|
*.log
|
|
|
|
##########
|
|
## Rust ##
|
|
##########
|
|
|
|
Cargo.lock
|
|
|
|
#############
|
|
## 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
|
|
|
|
############################
|
|
## Rendered Documentation ##
|
|
############################
|
|
|
|
javadoc/
|
|
scaladoc/
|
|
|
|
#######################
|
|
## Benchmark Reports ##
|
|
#######################
|
|
bench-report.xml
|
|
|
|
##############
|
|
## Binaries ##
|
|
##############
|
|
|
|
/enso
|
|
/enso.jar
|
|
|
|
#########
|
|
## IDE ##
|
|
#########
|
|
|
|
.editorconfig
|
|
.bloop
|