forked from hashgraph/hedera-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
138 lines (127 loc) · 4.1 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Key files
*.pem
*.pass
*.words
!hedera-node/data/onboard/devGenesisKeypair.pem
!test-clients/yahcli/localhost/keys/*.pem
!test-clients/yahcli/localhost/keys/*.pass
# Yahcli
test-clients/yahcli/assets/yahcli.jar
test-clients/yahcli/localhost/sysfiles
test-clients/yahcli/localhost/accounts
test-clients/yahcli/localhost/tokens
test-clients/yahcli/localhost/topics
test-clients/yahcli/cost-snapshots
test-clients/yahcli/run/test/local/
# VIM
*.sw*
# Docker Compose runtime
compose-network/
# IDEA files
.idea
*.iml
.settings
# Logs/crash data
logs/
test-clients/devops-utils/validation-scenarios/logs/
test-clients/cost-snapshots
*.log
hs_err_pid*
# Maven wrapper
.mvn/wrapper/maven-wrapper.jar
*.sh
!run/generate-changelog.sh
!run/new-release-branch.sh
!run/gcr-*.sh
!run/reset-data-saved-from.sh
!hapi-proto/add-copyright.sh
!hapi-proto/gen-proto-docs.sh
!hedera-node/data/backup/*.sh
!hedera-node/configuration/compose/init.db/*.sh
!test-clients/yahcli/run/*.sh
!test-clients/yahcli/assets/*.sh
!test-clients/yahcli/run/test/local/*.sh
*.json
!hapi-fees/src/main/resources/*.json
!hapi-fees/src/test/resources/*.json
!hapi-utils/src/test/resources/bootstrap/*.json
!hapi-utils/src/test/resources/sysfiles/*.json
!hedera-node/src/test/resources/fees/feeSchedules.json
!hedera-node/src/test/resources/legacyAccounts.json
!hedera-node/src/test/resources/bootstrap/*.json
!hedera-node/src/main/resources/*.json
!hedera-node/configuration/**/*.json
!test-clients/src/main/resource/FeeSchedule.json
!test-clients/src/main/resource/testSystemFiles/*.json
!test-clients/yahcli/run/test/local/assets/*.json
.circleci/*.yml-excerpt
hedera-node/temp/
hedera-node/*.csv
hedera-node/swirlds.jar
hedera-node/build.sh
hedera-node/settingsUsed.txt
hedera-node/data/accountBalances/
hedera-node/data/apps/
hedera-node/data/diskFs/
hedera-node/data/config/*.bin
hedera-node/data/config/*.properties
hedera-node/data/lib/
hedera-node/data/onboard/afterMigration.csv
hedera-node/data/onboard/afterMigration_created.csv
hedera-node/data/onboard/afterMigration_updated.csv
hedera-node/data/onboard/beforeMigration.csv
hedera-node/data/onboard/exchangeRate.txt
hedera-node/data/onboard/exportedAccount.txt
hedera-node/data/onboard/feeSchedule.txt
hedera-node/data/onboard/GenesisPub32Key.txt
hedera-node/data/recordstreams/
hedera-node/data/saved/
hedera-node/data/jdb/
hedera-node/output/
hedera-node/target/
hedera-node/src/test/resources/diskFs
hedera-node/src/test/resources/upgrade
hedera-node/forensics
hedera-node/pgdata
hedera-node/temp
!hedera-node/forensics/start-investigation.py
hapi-proto/target/
hapi-proto/src/main/proto/doc/index.html
evm-adapter/output/
evm-adapter/target/
test-clients/logs/
test-clients/puv/*.jar
test-clients/persistent-entities/
test-clients/keys/
test-clients/*.bin
test-clients/output/
test-clients/devops-utils/validation-scenarios/fees/
test-clients/devops-utils/validation-scenarios/output/
test-clients/devops-utils/validation-scenarios/cost-snapshots/
test-clients/devops-utils/sysfiles-update/svctools.tar.gz
test-clients/devops-utils/sysfiles-update/certs/*.crt
test-clients/devops-utils/sysfiles-update/run/SysFilesUpdate.jar
test-clients/devops-utils/validation-scenarios/ValidationScenarios.jar
test-clients/devops-utils/sysfiles-update/b64GenesisKeyPair.txt
test-clients/src/main/resource/TestnetStartupAccount.txt
test-clients/src/main/resource/MainnetStartupAccount.txt
test-clients/src/main/resource/StableTestnetStartupAccount.txt
test-clients/src/main/resource/StableTestnetAccount50StartupAccount.txt
test-clients/saved/
test-clients/target/
test-clients/record-snapshots/
test-clients/remote-system-files/*.bin
test-clients/remote-system-files/*.txt
test-clients/src/main/resource/Mainnet*StartUp.txt
test-clients/src/main/resource/MainNet*StartUp.txt
test-clients/src/main/resource/TestNet*StartUp.txt
test-clients/src/main/resource/testfiles/*.abi
test-clients/devops-utils/validation-scenarios/files/*-api-permission.properties
test-clients/devops-utils/validation-scenarios/files/*-application.properties
test-clients/devops-utils/validation-scenarios/files/*-exchangeRates.json
target
# Mac system
.DS_Store
# SonarQube
.scannerwork
.project