mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
de03425664
* Include the first feature in compat tests for create-daml-app This adds the step from the create-daml-app tests that applies the patch for the messaging feature and tests that things will build. This is the last step before we can actually run the puppeteer tests which will turn this into an actual compatibility test. changelog_begin changelog_end * temporarily run all tests changelog_begin changelog_end * Fix exclusions changelog_begin changelog_end * Revert "temporarily run all tests" This reverts commit 7425dd09cf48f2bfd6064b55d857c76d51afc821. * Remove accidentally committed messaging.patch changelog_begin changelog_end
98 lines
1.2 KiB
Plaintext
98 lines
1.2 KiB
Plaintext
.DS_Store
|
|
._.DS_Store
|
|
.stack-work
|
|
pkgs/*/.stack-work
|
|
workspaces/*/.stack-work
|
|
distribution-work
|
|
.idea
|
|
.envrc.private
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.*.sw?
|
|
.sw?
|
|
*.pyc
|
|
*.o
|
|
*.hi
|
|
dist/
|
|
cache/
|
|
target/
|
|
target-sbt/
|
|
build/
|
|
result
|
|
.project
|
|
.build
|
|
/ci-out/
|
|
**/codex.tags
|
|
/hscope.out
|
|
._thesis.pdf
|
|
\#*\#
|
|
.\#*\#
|
|
*.tix
|
|
.da-*-gui-state
|
|
/pkgs/generated
|
|
TAGS
|
|
tags
|
|
/result-*
|
|
**/.settings
|
|
**/.classpath
|
|
**/.factorypath
|
|
*.tgz
|
|
*.tar.gz
|
|
ghc-bindist
|
|
*.result.xml
|
|
**/.ensime
|
|
**/.ensime_cache
|
|
ensime.sbt
|
|
pipelinePerformance.xml
|
|
**/database_test.manifest
|
|
.ghci
|
|
.ghcid
|
|
*.log
|
|
.buckd
|
|
buck-out
|
|
.buckconfig.local
|
|
haskell-style-check.txt
|
|
da-daml-equities-library.txt
|
|
*.egg-info/
|
|
.flattened-pom.xml
|
|
*~
|
|
*.orig
|
|
venv
|
|
trace.*.dat
|
|
node_modules/
|
|
/out/
|
|
.hpc
|
|
hpc-report/
|
|
/results
|
|
**/latency.csv
|
|
**/summary-report.txt
|
|
.scannerwork/
|
|
**/dump-*.txt
|
|
**/*tests.xml
|
|
ledger-api/.bin
|
|
*.db
|
|
.vscode
|
|
.m2/
|
|
.history/
|
|
**/.history/
|
|
### Bazel: https://www.gitignore.io/api/bazel ###
|
|
/bazel-*
|
|
/compatibility/bazel-*
|
|
/compatibility/.bazelrc
|
|
/compatibility/head_sdk/
|
|
.bazelrc.local
|
|
.ijwb
|
|
.bazelproject
|
|
.bazel-cache
|
|
.rattle
|
|
daml-lf/project
|
|
daml-lf/gen
|
|
daml-lf/build.sbt
|
|
.markdown-preview.html
|
|
compiler/damlc/output
|
|
language-support/hs/bindings/gen
|
|
language-support/hs/bindings/*.cabal
|
|
language-support/hs/bindings/examples/nim/*.cabal
|
|
.daml/
|