github.com/klaytn/klaytn@v1.12.1/.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 vendor 18 19 #* 20 .#* 21 *# 22 *~ 23 .project 24 .settings 25 26 # used by the Makefile 27 /build/_workspace/ 28 /build/bin/ 29 /klay*.zip 30 31 # travis 32 profile.tmp 33 profile.cov 34 35 # IdeaIDE 36 .idea 37 38 # VS Code 39 .vscode 40 41 # dashboard 42 /dashboard/assets/flow-typed 43 /dashboard/assets/node_modules 44 /dashboard/assets/stats.json 45 /dashboard/assets/bundle.js 46 47 # ctags 48 tags 49 50 # cscope 51 cscope.*out 52 53 # test data 54 tests/testdata 55 56 # generated files but not want to include 57 contracts/cypress/credit.go