-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
72 lines (70 loc) · 1.3 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.daml
*.dar
!daml/dars/*
*.log
*.clog
.DS_Store
node_modules/
build
daml.js
log/
logfile
testlog
_build/
.idea/*
.envrc.private
.bloop
.metals
.ammonite
**/metals.sbt
**/.scala-build/*
# We want to share run configurations
!.idea/runConfigurations
.vscode/*
!.vscode/settings.json
# Make sure test files are checkedin
!test-*.log
target
.bsp
!canton/community/participant/src/test/resources/daml/illformed.dar
!canton/community/participant/src/main/resources/dar/AdminWorkflows.dar
*~
*#
*.pid
canton.ports
canton-simtime.ports
canton-release
start-frontends-http-ledger-api-port
.disable-unused-warnings
todo-out
temp/
.protobufs-*.zip
# Exclude generated ts protobuf sources
**/com/daml/ledger/api/**/*.ts
**/com/daml/ledger/api/**/*.js
**/org/lfdecentralizedtrust/splice/**/*.ts
**/org/lfdecentralizedtrust/splice/**/*.js
**/com/digitalasset/canton/**/*.ts
**/com/digitalasset/canton/**/*.js
**/google/**/*.js
**/google/**/*.ts
**/scalapb/**/*.js
**/scalapb/**/*.ts
canton.patch
# files generated by start-canton.sh
*.tokens
*.participants
canton-classpath
openapi-ts-client
external-openapi-ts-client
/cluster/manifest/test-results/actual.json
.direnv
rust_mozprofile*
openapi-cache-key.txt
apps/splitwell/src/test/resources/splitwell-bundle*.tar.gz
.tmp_ERRFILE
.k9s/*
!.k9s/plugins.yaml
.ignore
**/SingletonCookie
__pycache__/