github.com/fff-chain/go-fff@v0.0.0-20220726032732-1c84420b8a99/.gitignore (about) 1 # See http://help.github.com/ignore-files/ for more about ignoring files. 2 # 3 # If you find yourself ignoring temporary files generated by your text editor 4 # or operating system, you probably want to add a global ignore instead: 5 # git config --global core.excludesfile ~/.gitignore_global 6 7 /tmp 8 */**/*un~ 9 */**/*.test 10 *un~ 11 .DS_Store 12 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef 13 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef 14 */**/.DS_Store 15 .ethtest 16 */**/*tx_database* 17 */**/*dapps* 18 build/_vendor/pkg 19 /tests/truffle/storage 20 21 #* 22 .#* 23 *# 24 *~ 25 .project 26 .settings 27 28 # used by the Makefile 29 /build/_workspace/ 30 /build/cache/ 31 /build/bin/ 32 /build/bin/* 33 /nodedata 34 /cmd/geth/nodedata/ 35 /cmd/geth/nodedata/* 36 /cmd/geth/geth.exe 37 /geth*.zip 38 39 # travis 40 profile.tmp 41 profile.cov 42 43 # IdeaIDE 44 .idea 45 46 # VS Code 47 .vscode 48 49 # dashboard 50 /dashboard/assets/flow-typed 51 /dashboard/assets/node_modules 52 /dashboard/assets/stats.json 53 /dashboard/assets/bundle.js 54 /dashboard/assets/bundle.js.map 55 /dashboard/assets/package-lock.json 56 57 **/yarn-error.log 58 cmd/geth/node/ 59 cmd/geth/__debug_bin 60 global_config/keys/*