-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (44 loc) · 1.02 KB
/
.gitignore
File metadata and controls
57 lines (44 loc) · 1.02 KB
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
build/
__debug_bin
tests/cmd/decider/decider
# miscellaneous
.idea/
icm-contracts/contracts/pkg
.vscode*
relayer-config.json
# Ginkgo test outputs
*.log
*.test
# Release build outputs
osxcross/
# Local DB
.icm-relayer-storage/
# Forge output files
out/
cache/
target/
bin/
*/Cargo.lock
# Binaries
icm-contracts/cmd/teleporter-cli/teleporter-cli
# File generated by tests
icm-contracts/relayerConfig.json
icm-contracts/subnetGenesis_*
icm-contracts/vars.sh
icm-contracts/NETWORK_READY
icm-contracts/.awm-relayer-storage/
icm-contracts/.icm-relayer-storage/
# Raw Contract Deployment Transaction
icm-contracts/UniversalTeleporterDeployerTransaction.txt
icm-contracts/UniversalTeleporterDeployerAddress.txt
icm-contracts/UniversalTeleporterMessengerContractAddress.txt
# debug artifacts
*.debug.txt
# Generated template files
icm-contracts/docker-compose-test-local.yml
icm-contracts/docker-compose-run-local.yml
# Forge documentation
icm-contracts/docs/
icm-contracts/coverage/
TeleporterRegistryAddress.json
ValidatorAddresses.json