mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 22:34:31 +03:00
18e0e9e656
* introduce a canton2 directory
* rename to canton-3x and only keep the bazel rules
* add canton-3x to bazelignore
* fix visibility rules
* add a build-canton-3x script
* add build-canton-3x.sh temporarily to prs.yml to test it out
* try sending a message to stack when failing
* backport 243125adee
* restore prs.yml and add the job to azure-cron.yml
* restore tell-slack-failed condition
* address comments
* display the revision at which canton was cloned, to ease debugging
31 lines
665 B
Plaintext
31 lines
665 B
Plaintext
# Autogenerated json files, which are not intended to be read by humans (and which shouldn't be formatted either).
|
|
maven_install.json
|
|
maven_install_2.13.json
|
|
hls_snapshot.json
|
|
stackage_snapshot_windows.json
|
|
stackage_snapshot.json
|
|
dev-env/windows/manifests/*.json
|
|
|
|
# The html files in the docs have content that needs to stay the same and reformatting them breaks it.
|
|
docs/**/*.html
|
|
docs/theme
|
|
|
|
# Usual stuff
|
|
node_modules
|
|
|
|
# ignore bazel
|
|
.bazel-cache
|
|
bazel_tools
|
|
bazel-bin
|
|
bazel-daml
|
|
bazel-out
|
|
bazel-testlogs
|
|
|
|
# ignore generated code
|
|
navigator/frontend/src/api/Queries.ts
|
|
navigator/frontend/src/ui-core/src/api/Queries.ts
|
|
|
|
# ignore canton code drop
|
|
canton
|
|
canton-3x
|