gitlab.com/aquachain/aquachain@v1.17.16-rc3.0.20221018032414-e3ddf1e1c055/.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 /release 8 /tmp 9 */**/*un~ 10 */**/*.test 11 *un~ 12 .DS_Store 13 */**/.DS_Store 14 .aquatest 15 */**/*tx_database* 16 */**/*dapps* 17 build/_vendor/pkg 18 19 # data 20 /*.dat 21 /*.log 22 23 _* 24 .#* 25 *# 26 *~ 27 .project 28 .settings 29 30 # used by the Makefile 31 /_workspace/ 32 /build/bin/ 33 /aquachain*.zip 34 /bin 35 /rel 36 37 # travis 38 profile.tmp 39 profile.cov 40 41 # IdeaIDE 42 .idea 43 44 # dashboard 45 /dashboard/assets/flow-typed 46 /dashboard/assets/node_modules 47 /dashboard/assets/stats.json 48 /dashboard/assets/bundle.js 49 50 51 # commands 52 /cmd/aquabootnode/aquabootnode 53 /cmd/aquachain/aquachain 54 /cmd/aquaminer/aquaminer 55 /cmd/aquapaper/aquapaper 56 /cmd/aquastrat/aquastrat 57 /cmd/attacher/attacher 58 59 60 /docs