/ .gitignore
.gitignore
1 **/*.idea/ 2 **/target 3 **.DS_Store 4 wasm/Cargo.lock 5 **/build 6 **.history-* 7 **.ledger-* 8 **.current-proposal-cache-* 9 **.logs-* 10 validator-* 11 **.bft-storage-*/ 12 **proptest-regressions/ 13 **package-lock.json 14 **node_modules/ 15 jwt_secret*.txt 16 mutants.out/ 17 coverage/