enso/.gitignore
somebody1234 3a53d470eb
Google Analytics events for opening and closing the app, and opening and closing projects (#9779)
- Closes #9778
- Add `open_app`, `close_app`, `open_workflow`, and `close_workflow` events
- Miscellaneous fixes for Google Analytics:
- Fix `open_chat` and `close_chat` events firing even when chat is not visible
- Add Google Analytics script to GUI2 entrypoint (i.e. the entrypoint used by the desktop app)

Unrelated changes:
- Add Nix development shell to allow Nix users to build GUI2 and the build script
- Java dependencies have *not* been added in this PR to keep things simple

# Important Notes
None
2024-04-25 11:33:59 +00:00

171 lines
2.2 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/*
!.vs
.vs/*
.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
/resources/
# Ignore test output folder
test-results
#################
## Enso-Caches ##
#################
*.ir
*.meta
.enso/
##################
## direnv cache ##
##################
.direnv