-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
51 lines (37 loc) · 868 Bytes
/
.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
localnet/.setup_complete
# Generated by Cargo
# will have compiled files and executables
**/target
# These are backup files generated by rustfmt
**/*.rs.bk
# For mac OS users...
.DS_Store
# The cache for chain data in container
.local
# docker-compose is generated dynamically
localnet/init/polkadot/docker-compose.yml
# Logs and test artifacts
**/*.log
**/*.db
!localnet/init/keyshare/*/*.db
!localnet/init/keyshare/**/*.log
!localnet/init/data/**/*.log
!localnet/init/solana/**/*.log
localnet/init/config/Settings.toml.*.backup
# Local CFE config
engine/config/Local.toml
# keystore for use in testing
engine/tests/test_keystore/*
.vscode
.vscode/*
.idea
# created by cargo-deny check --graph
graph
# created by running try-runtime (state-chain/TROUBLESHOOTING.md)
.state-snapshot
# Terrafrom
*.terraform
*terraform.tfstate*
tfplan
.tfvars
*rustc-ice*