forked from LFDT-Panurus/panurus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (26 loc) · 850 Bytes
/
Copy path.gitignore
File metadata and controls
28 lines (26 loc) · 850 Bytes
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
/.idea/
.DS_Store
*.iml
/.bob/
go.work
go.work.sum
fabric-samples/
fabric-smart-client/
/.bob/
cmd/token_validation_service/example-*.txt
cmd/token_validation_service/out/
/.antigravitycli/
/site/
coverage.out
/.codex/
# The EVM integration suites generate a node binary tree and a network under out/ and testdata/.
# Both hold real Go files, so a stray "git add -A" commits them and a linter then reports on them.
integration/token/fungible/evm/out/
integration/token/fungible/evm/testdata/
integration/token/fungible/evmfabtoken/out/
integration/token/fungible/evmfabtoken/testdata/
# ginkgo leaves its compiled suite binary behind when a run fails.
integration/token/fungible/evm/evm.test
integration/token/fungible/evmfabtoken/evmfabtoken.test
# ginkgo -cover writes this next to the suite it ran.
integration/token/fungible/*/coverprofile.out