mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
Merge branch 'main' into rlp_review2
This commit is contained in:
commit
3c81db9d71
81
.gitignore
vendored
81
.gitignore
vendored
@ -1,15 +1,72 @@
|
|||||||
# Binaries for programs and plugins
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||||
*.exe
|
#
|
||||||
*.exe~
|
# If you find yourself ignoring temporary files generated by your text editor
|
||||||
*.dll
|
# or operating system, you probably want to add a global ignore instead:
|
||||||
*.so
|
# git config --global core.excludesfile ~/.gitignore_global
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
/tmp
|
||||||
*.test
|
*/**/*un~
|
||||||
|
*/**/*.test
|
||||||
|
*un~
|
||||||
|
.DS_Store
|
||||||
|
*/**/.DS_Store
|
||||||
|
.ethtest
|
||||||
|
*/**/*tx_database*
|
||||||
|
*/**/*dapps*
|
||||||
|
build/_vendor/pkg
|
||||||
|
/*.a
|
||||||
|
docs/readthedocs/build
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
#*
|
||||||
*.out
|
.#*
|
||||||
|
*#
|
||||||
|
*~
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Used by mdbx Makefile
|
||||||
# vendor/
|
/ethdb/mdbx/dist/CMakeFiles/*
|
||||||
|
/ethdb/mdbx/dist/CMakeCache*
|
||||||
|
/ethdb/mdbx/dist/*.cmake
|
||||||
|
/ethdb/mdbx/dist/*.dll
|
||||||
|
/ethdb/mdbx/dist/*.exe
|
||||||
|
/ethdb/mdbx/dist/Makefile
|
||||||
|
|
||||||
|
# used by the Makefile
|
||||||
|
/build/_workspace/
|
||||||
|
/build/cache/
|
||||||
|
/build/bin/
|
||||||
|
/geth*.zip
|
||||||
|
|
||||||
|
# travis
|
||||||
|
profile.tmp
|
||||||
|
profile.cov
|
||||||
|
|
||||||
|
# IdeaIDE
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# dashboard
|
||||||
|
/dashboard/assets/flow-typed
|
||||||
|
/dashboard/assets/node_modules
|
||||||
|
/dashboard/assets/stats.json
|
||||||
|
/dashboard/assets/bundle.js
|
||||||
|
/dashboard/assets/bundle.js.map
|
||||||
|
/dashboard/assets/package-lock.json
|
||||||
|
|
||||||
|
**/yarn-error.log
|
||||||
|
/timings.txt
|
||||||
|
right_*.txt
|
||||||
|
root_*.txt
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
docker-compose.dev.yml
|
||||||
|
/build
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
/ethdb/*.fail
|
||||||
|
|
||||||
|
libmdbx/build/*
|
||||||
|
tests/testdata/*
|
Loading…
Reference in New Issue
Block a user