mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
746521f8b2
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org> Co-authored-by: Dmitry Bushev <bushevdv@gmail.com>
106 lines
1.0 KiB
Plaintext
106 lines
1.0 KiB
Plaintext
|
|
#############
|
|
## GraalVM ##
|
|
#############
|
|
|
|
graal_dumps
|
|
|
|
#########
|
|
## JVM ##
|
|
#########
|
|
|
|
graal_dumps/
|
|
target/
|
|
*.class
|
|
*.log
|
|
.java-version
|
|
|
|
##########
|
|
## Rust ##
|
|
##########
|
|
|
|
Cargo.lock
|
|
**/*.rs.bk
|
|
wasm-pack.log
|
|
generated/
|
|
|
|
#############
|
|
## Haskell ##
|
|
#############
|
|
|
|
dist
|
|
cabal-dev
|
|
.stack-work/
|
|
|
|
############
|
|
## NodeJS ##
|
|
############
|
|
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
############
|
|
## System ##
|
|
############
|
|
|
|
.DS_Store
|
|
|
|
############
|
|
## Images ##
|
|
############
|
|
|
|
*.jpg
|
|
*.jpeg
|
|
*.bmp
|
|
*.psd
|
|
|
|
######################
|
|
## Tooling Specific ##
|
|
######################
|
|
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.projections.json
|
|
.nvmrc
|
|
*.iml
|
|
|
|
############################
|
|
## Rendered Documentation ##
|
|
############################
|
|
|
|
javadoc/
|
|
scaladoc/
|
|
|
|
#######################
|
|
## Benchmark Reports ##
|
|
#######################
|
|
|
|
bench-report.xml
|
|
|
|
##############
|
|
## Binaries ##
|
|
##############
|
|
|
|
/enso
|
|
*.exe
|
|
/enso.exp
|
|
/enso.lib
|
|
*.pdb
|
|
*.jar
|
|
|
|
|
|
#########
|
|
## IDE ##
|
|
#########
|
|
|
|
.editorconfig
|
|
.bloop/
|
|
.bsp/
|
|
|
|
#################
|
|
## Build Cache ##
|
|
#################
|
|
|
|
build-cache/
|