2017-08-04 16:14:17 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
|
|
|
/tmp
|
|
|
|
*/**/*un~
|
|
|
|
*/**/*.test
|
|
|
|
*un~
|
|
|
|
.DS_Store
|
|
|
|
*/**/.DS_Store
|
|
|
|
.ethtest
|
|
|
|
*/**/*tx_database*
|
|
|
|
*/**/*dapps*
|
|
|
|
build/_vendor/pkg
|
|
|
|
|
|
|
|
#*
|
|
|
|
.#*
|
|
|
|
*#
|
|
|
|
*~
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# used by the Makefile
|
|
|
|
/build/_workspace/
|
2021-06-28 06:53:50 +00:00
|
|
|
/build/cache/
|
2017-08-04 16:14:17 +00:00
|
|
|
/build/bin/
|
|
|
|
/geth*.zip
|
|
|
|
|
|
|
|
# travis
|
|
|
|
profile.tmp
|
|
|
|
profile.cov
|
2017-10-17 09:58:04 +00:00
|
|
|
|
|
|
|
# IdeaIDE
|
|
|
|
.idea
|
2018-01-15 20:26:41 +00:00
|
|
|
|
2018-04-24 15:50:26 +00:00
|
|
|
# VS Code
|
|
|
|
.vscode
|
|
|
|
|
2018-01-15 20:26:41 +00:00
|
|
|
# dashboard
|
2018-02-27 10:39:30 +00:00
|
|
|
/dashboard/assets/flow-typed
|
2018-01-15 20:26:41 +00:00
|
|
|
/dashboard/assets/node_modules
|
|
|
|
/dashboard/assets/stats.json
|
2018-02-27 10:39:30 +00:00
|
|
|
/dashboard/assets/bundle.js
|
2019-10-04 15:21:24 +00:00
|
|
|
/dashboard/assets/bundle.js.map
|
2018-04-24 15:50:26 +00:00
|
|
|
/dashboard/assets/package-lock.json
|
|
|
|
|
|
|
|
**/yarn-error.log
|