enso/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

185 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

#############
## GraalVM ##
#############
graal_dumps
#########
## JVM ##
#########
graal_dumps/
2019-06-01 21:32:49 +03:00
target/
*.class
*.log
2020-09-30 14:33:57 +03:00
.java-version
##########
## Rust ##
##########
**/*.rs.bk
wasm-pack.log
generated/
/target
/build/rust/target/
/rust-analyzer-target
###########
## Scala ##
###########
.metals/
2020-07-21 15:59:40 +03:00
############
## NodeJS ##
############
node_modules/
############
## System ##
############
.DS_Store
############
## Images ##
############
*.jpg
*.jpeg
*.bmp
*.psd
######################
## Tooling Specific ##
######################
!.idea
.idea/*
!.idea/runConfigurations/
!.vscode
.vscode/*
!.vs
.vs/*
.metals/
*.swp
.projections.json
2020-07-03 16:42:45 +03:00
.nvmrc
2020-09-30 14:33:57 +03:00
*.iml
.enso-sources*
.metals
tools/performance/engine-benchmarks/generated_site
*.tsbuildinfo
vite.config.ts.timestamp-*.mjs
vitest.config.ts.timestamp-*.mjs
############################
## Rendered Documentation ##
############################
javadoc/
scaladoc/
2021-07-08 16:38:20 +03:00
distribution/docs
distribution/docs-js
#######################
## Benchmark Reports ##
#######################
bench-report*.xml
2019-08-28 18:40:08 +03:00
##############
## Binaries ##
##############
/built-distribution/
2019-09-05 19:01:51 +03:00
/enso
/ensoup
2020-12-09 16:58:11 +03:00
/project-manager
/enso.exp
/enso.lib
*.dll
*.exe
*.pdb
*.so
*.jar
2019-09-12 17:47:25 +03:00
2019-09-12 17:47:25 +03:00
#########
## IDE ##
#########
2019-11-05 17:12:33 +03:00
.editorconfig
.bloop/
.bsp/
project/metals.sbt
/build.json
2022-05-23 05:16:04 +03:00
/app/ide-desktop/lib/client/electron-builder-config.json
# Resources fire generated build-time for Win installer/uninstaller.
/build/install/installer/archive.rc
/build/install/icon.rc
#################
## Build Cache ##
#################
build-cache/
2021-05-14 15:08:39 +03:00
##################
## Native Image ##
##################
*.build_artifacts.txt
2021-09-08 19:15:42 +03:00
######################
## Enso-Development ##
######################
2022-11-14 12:09:49 +03:00
dist/
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/
2021-09-02 12:28:49 +03:00
distribution/lib/Standard/Database/*/polyglot/
2021-08-13 19:14:20 +03:00
distribution/lib/Standard/Examples/*/data/spreadsheet.xls
distribution/lib/Standard/Examples/*/data/spreadsheet.xlsx
distribution/lib/*/*/*/manifest.yaml
2021-09-02 12:28:49 +03:00
2022-05-23 05:16:04 +03:00
# Resources that are downloaded during the build.
/lib/scala/pkg/src/main/resources/*
2021-09-03 22:41:12 +03:00
test/Google_Api_Test/data/secret.json
2021-09-02 12:28:49 +03:00
test/Database_Tests/data/redshift_credentials.json
2021-09-08 19:15:42 +03:00
/resources/
# Ignore test output folder
test-results
2021-09-08 19:15:42 +03:00
#################
## Enso-Caches ##
#################
*.ir
*.meta
.enso/
##################
## direnv cache ##
##################
.direnv
##########################
## Playwright artifacts ##
##########################
test-results/
playwright-report/
playwright/.cache/