mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
155 lines
2.1 KiB
Plaintext
155 lines
2.1 KiB
Plaintext
|
|
#############
|
|
## GraalVM ##
|
|
#############
|
|
|
|
graal_dumps
|
|
|
|
#########
|
|
## JVM ##
|
|
#########
|
|
|
|
graal_dumps/
|
|
target/
|
|
*.class
|
|
*.log
|
|
.java-version
|
|
|
|
##########
|
|
## Rust ##
|
|
##########
|
|
|
|
**/*.rs.bk
|
|
wasm-pack.log
|
|
generated/
|
|
/target
|
|
/build/rust/target/
|
|
/rust-analyzer-target
|
|
|
|
###########
|
|
## Scala ##
|
|
###########
|
|
|
|
.metals/
|
|
|
|
############
|
|
## NodeJS ##
|
|
############
|
|
|
|
node_modules/
|
|
|
|
############
|
|
## System ##
|
|
############
|
|
|
|
.DS_Store
|
|
|
|
############
|
|
## Images ##
|
|
############
|
|
|
|
*.jpg
|
|
*.jpeg
|
|
*.bmp
|
|
*.psd
|
|
|
|
######################
|
|
## Tooling Specific ##
|
|
######################
|
|
|
|
!.idea
|
|
.idea/*
|
|
!.idea/runConfigurations/
|
|
.vscode/
|
|
.metals/
|
|
*.swp
|
|
.projections.json
|
|
.nvmrc
|
|
*.iml
|
|
.enso-sources*
|
|
.metals
|
|
|
|
############################
|
|
## Rendered Documentation ##
|
|
############################
|
|
|
|
javadoc/
|
|
scaladoc/
|
|
distribution/docs
|
|
distribution/docs-js
|
|
|
|
#######################
|
|
## Benchmark Reports ##
|
|
#######################
|
|
|
|
bench-report*.xml
|
|
|
|
##############
|
|
## Binaries ##
|
|
##############
|
|
|
|
/enso
|
|
/project-manager
|
|
*.exe
|
|
/enso.exp
|
|
/enso.lib
|
|
*.pdb
|
|
*.jar
|
|
/built-distribution/
|
|
|
|
|
|
#########
|
|
## IDE ##
|
|
#########
|
|
|
|
.editorconfig
|
|
.bloop/
|
|
.bsp/
|
|
project/metals.sbt
|
|
/app/ide-desktop/build.json
|
|
/app/ide-desktop/lib/client/electron-builder-config.json
|
|
|
|
|
|
#################
|
|
## Build Cache ##
|
|
#################
|
|
|
|
build-cache/
|
|
|
|
##################
|
|
## Native Image ##
|
|
##################
|
|
|
|
*.build_artifacts.txt
|
|
/runner
|
|
|
|
######################
|
|
## Enso-Development ##
|
|
######################
|
|
dist/
|
|
distribution/lib/Standard/Examples/*/data/scratch_file
|
|
distribution/lib/Standard/Examples/*/data/image.png
|
|
distribution/editions
|
|
distribution/lib/Standard/Table/*/polyglot/
|
|
distribution/lib/Standard/Database/*/polyglot/
|
|
distribution/lib/Standard/Examples/*/data/spreadsheet.xls
|
|
distribution/lib/Standard/Examples/*/data/spreadsheet.xlsx
|
|
distribution/lib/*/*/*/manifest.yaml
|
|
|
|
# Resources that are downloaded during the build.
|
|
/lib/scala/pkg/src/main/resources/*
|
|
|
|
test/Google_Api_Test/data/secret.json
|
|
test/Database_Tests/data/redshift_credentials.json
|
|
|
|
# Ignore test output folder
|
|
test-results
|
|
|
|
#################
|
|
## Enso-Caches ##
|
|
#################
|
|
|
|
*.ir
|
|
*.meta
|
|
.enso/
|