enso/.gitignore
Michał Wawrzyniec Urbańczyk 2d39e644b8
New GUI/IDE build script support (#7832)
This PR adds support for the new Vue-based GUI (aka `gui2`).

The user-facing changes are primarily:
* support for `./run gui2` and `./run ide2` commands (that build just the new GUI and the whole IDE package with new GUI embedded — respectively);
* the top-level `test` and `lint` commands will now invoke the relevant commands on the new GUI

---------

Co-authored-by: Paweł Grabarz <frizi09@gmail.com>
2023-10-03 20:07:20 +02:00

161 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
.vscode/*
.metals/
*.swp
.projections.json
.nvmrc
*.iml
.enso-sources*
.metals
tools/performance/engine-benchmarks/generated_site
*.tsbuildinfo
############################
## Rendered Documentation ##
############################
javadoc/
scaladoc/
distribution/docs
distribution/docs-js
#######################
## Benchmark Reports ##
#######################
bench-report*.xml
##############
## Binaries ##
##############
/built-distribution/
/enso
/project-manager
/enso.exp
/enso.lib
*.dll
*.exe
*.pdb
*.so
*.jar
#########
## IDE ##
#########
.editorconfig
.bloop/
.bsp/
project/metals.sbt
/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/