github.com/kisexp/xdchain@v0.0.0-20211206025815-490d6b732aa7/.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 */**/.DS_Store 13 .ethtest 14 */**/*tx_database* 15 */**/*dapps* 16 build/_vendor/pkg 17 .idea 18 *.iml 19 20 #* 21 .#* 22 *# 23 *~ 24 .project 25 .settings 26 27 # used by the Makefile 28 /build/_workspace/ 29 /build/cache/ 30 /build/bin/ 31 /geth*.zip 32 33 # travis 34 profile.tmp 35 profile.cov 36 37 # IdeaIDE 38 .idea 39 40 # VS Code 41 .vscode 42 43 # dashboard 44 /dashboard/assets/flow-typed 45 /dashboard/assets/node_modules 46 /dashboard/assets/stats.json 47 /dashboard/assets/bundle.js 48 /dashboard/assets/bundle.js.map 49 /dashboard/assets/package-lock.json 50 51 **/yarn-error.log 52 53 # QUORUM 54 generated-release-notes.md