-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 1.06 KB
/
.gitignore
File metadata and controls
50 lines (39 loc) · 1.06 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
# Cargo compiled files and executables
**/target/
# Docker build directory for GH caching
/docker-build
# These are backup files generated by rustfmt
**/*.rs.bk
# Local chain databases (default location)
**/chains/
# The cache for chain data in container
.local
# The cache for docker container dependency
/.cargo/config
vendor
.DS_Store
.idea
.vscode
.run
.direnv/
.envrc.local
# Nix
result
# Local environment
dev/local-environment/.env
dev/local-environment/.env.bak
dev/local-environment/docker-compose.yml
dev/local-environment/docker-compose.yml.bak
dev/local-environment/configurations/tests/e2e-tests
dev/local-environment/configurations/partner-chains-node/overrides
dev/local-environment/runtime-values/*
# Local environment dynamic
dev/local-environment-dynamic/.env
dev/local-environment-dynamic/.env.bak
dev/local-environment-dynamic/docker-compose.yml
dev/local-environment-dynamic/docker-compose.yml.bak
dev/local-environment-dynamic/runtime-values/*
dev/local-environment-dynamic/configurations/partner-chains-nodes/*
ogmios_client.log
# e2e tests (Python)
venv