2019-06-11 19:07:54 +03:00
|
|
|
|
2019-07-11 18:30:14 +03:00
|
|
|
#############
|
|
|
|
## GraalVM ##
|
|
|
|
#############
|
|
|
|
|
|
|
|
graal_dumps
|
|
|
|
|
2020-06-16 19:18:11 +03:00
|
|
|
#########
|
|
|
|
## JVM ##
|
|
|
|
#########
|
2019-06-11 19:07:54 +03:00
|
|
|
|
2019-07-11 14:23:00 +03:00
|
|
|
graal_dumps/
|
2019-06-01 21:32:49 +03:00
|
|
|
target/
|
2019-06-11 19:07:54 +03:00
|
|
|
*.class
|
|
|
|
*.log
|
2020-09-30 14:33:57 +03:00
|
|
|
.java-version
|
2019-06-11 19:07:54 +03:00
|
|
|
|
2019-11-18 16:12:16 +03:00
|
|
|
##########
|
|
|
|
## Rust ##
|
|
|
|
##########
|
|
|
|
|
2020-06-16 19:18:11 +03:00
|
|
|
**/*.rs.bk
|
|
|
|
wasm-pack.log
|
2020-08-13 15:23:01 +03:00
|
|
|
generated/
|
2019-11-18 16:12:16 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
#############
|
|
|
|
## Haskell ##
|
|
|
|
#############
|
|
|
|
|
|
|
|
dist
|
|
|
|
cabal-dev
|
|
|
|
.stack-work/
|
|
|
|
|
2020-07-21 15:59:40 +03:00
|
|
|
############
|
|
|
|
## NodeJS ##
|
|
|
|
############
|
|
|
|
|
|
|
|
node_modules/
|
|
|
|
package-lock.json
|
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
############
|
|
|
|
## System ##
|
|
|
|
############
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
############
|
|
|
|
## Images ##
|
|
|
|
############
|
|
|
|
|
|
|
|
*.jpg
|
|
|
|
*.jpeg
|
|
|
|
*.bmp
|
|
|
|
*.psd
|
|
|
|
|
|
|
|
######################
|
|
|
|
## Tooling Specific ##
|
|
|
|
######################
|
|
|
|
|
2019-06-07 13:42:35 +03:00
|
|
|
.idea/
|
2020-06-16 19:18:11 +03:00
|
|
|
.vscode/
|
2019-06-11 19:07:54 +03:00
|
|
|
*.swp
|
|
|
|
.projections.json
|
2020-07-03 16:42:45 +03:00
|
|
|
.nvmrc
|
2020-09-30 14:33:57 +03:00
|
|
|
*.iml
|
2019-08-08 14:50:29 +03:00
|
|
|
|
2019-08-09 18:25:30 +03:00
|
|
|
############################
|
|
|
|
## Rendered Documentation ##
|
|
|
|
############################
|
|
|
|
|
|
|
|
javadoc/
|
2019-11-07 15:10:21 +03:00
|
|
|
scaladoc/
|
2021-07-08 16:38:20 +03:00
|
|
|
distribution/docs
|
|
|
|
distribution/docs-js
|
2019-08-08 14:50:29 +03:00
|
|
|
|
|
|
|
#######################
|
|
|
|
## Benchmark Reports ##
|
|
|
|
#######################
|
2020-06-16 19:18:11 +03:00
|
|
|
|
2021-05-20 10:29:22 +03:00
|
|
|
bench-report*.xml
|
2019-08-09 18:25:30 +03:00
|
|
|
|
2019-08-28 18:40:08 +03:00
|
|
|
##############
|
|
|
|
## Binaries ##
|
|
|
|
##############
|
|
|
|
|
2019-09-05 19:01:51 +03:00
|
|
|
/enso
|
2020-12-09 16:58:11 +03:00
|
|
|
/project-manager
|
2020-07-28 15:57:52 +03:00
|
|
|
*.exe
|
|
|
|
/enso.exp
|
|
|
|
/enso.lib
|
|
|
|
*.pdb
|
2020-06-16 12:00:47 +03:00
|
|
|
*.jar
|
2020-12-09 16:58:11 +03:00
|
|
|
/built-distribution/
|
2019-09-12 17:47:25 +03:00
|
|
|
|
2020-07-28 15:57:52 +03:00
|
|
|
|
2019-09-12 17:47:25 +03:00
|
|
|
#########
|
|
|
|
## IDE ##
|
|
|
|
#########
|
|
|
|
|
2019-11-05 17:12:33 +03:00
|
|
|
.editorconfig
|
2020-06-16 19:18:11 +03:00
|
|
|
.bloop/
|
2020-10-22 17:12:28 +03:00
|
|
|
.bsp/
|
2020-10-30 17:06:24 +03:00
|
|
|
project/metals.sbt
|
2020-08-10 13:14:39 +03:00
|
|
|
|
|
|
|
#################
|
|
|
|
## Build Cache ##
|
|
|
|
#################
|
|
|
|
|
|
|
|
build-cache/
|
2021-05-04 11:49:53 +03:00
|
|
|
|
2021-05-14 15:08:39 +03:00
|
|
|
##################
|
|
|
|
## Native Image ##
|
|
|
|
##################
|
|
|
|
|
|
|
|
*.build_artifacts.txt
|
|
|
|
|
2021-05-04 11:49:53 +03:00
|
|
|
###################
|
|
|
|
## Enso-Specific ##
|
|
|
|
###################
|
|
|
|
|
2021-08-13 19:14:20 +03:00
|
|
|
distribution/lib/Standard/Examples/*/data/scratch_file
|
|
|
|
distribution/lib/Standard/Examples/*/data/image.png
|
2021-07-08 16:38:20 +03:00
|
|
|
distribution/editions
|
2021-08-13 19:14:20 +03:00
|
|
|
distribution/lib/Standard/Table/*/polyglot/
|
|
|
|
distribution/lib/Standard/Examples/*/data/spreadsheet.xls
|
|
|
|
distribution/lib/Standard/Examples/*/data/spreadsheet.xlsx
|