status-go/.gitignore

93 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-06-18 20:28:08 +02: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
/statusd-data
/cmd/statusd/statusd-data
/cmd/statusd/statusd
/cmd/statusd-cli/statusd-cli
/wnode-status-data
/cmd/wnode-status/wnode-status-data
/cmd/wnode-status/wnode-status
2016-06-18 20:28:08 +02:00
/tmp
*/**/*un~
*/**/*.test
*un~
.DS_Store
*/**/.DS_Store
.ethtest
*/**/*tx_database*
*/**/*dapps*
vendor/github.com/ethereum/go-ethereum/vendor
node_modules/
tags
build/
2016-06-18 20:28:08 +02:00
#*
.#*
*#
*~
.project
.settings
# used by the Makefile
/build/_workspace/
/build/bin/
# travis
profile.tmp
profile.cov
# vagrant
.vagrant
# tests
.ethereumtest/
/vendor/**/*_test.go
*.test
#
# golang
coverage.out
coverage-all.out
coverage.html
2018-01-09 18:28:03 +01:00
# vim swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
2018-02-26 20:37:33 +01:00
Session.vim
.undodir/*
/.idea/
/.vscode/
/cmd/*/.ethereum/
2020-04-07 14:39:25 +02:00
*.iml
# created for running container
_assets/compose/bootnode/keys
2019-11-22 13:24:20 +01:00
2019-11-22 13:58:03 +01:00
# do not vendor nested vendor/ dirs
2019-11-22 13:24:20 +01:00
vendor/**/vendor
# nodejs package
package.json
package-lock.json
# junit reports for Jenkins integration
report.xml
# go test logs
test.log
2023-10-04 13:36:04 +02:00
# Waku libs
vendor/github.com/waku-org/go-zerokit-rln-x86_64/
vendor/github.com/waku-org/go-zerokit-rln-apple/
vendor/github.com/waku-org/go-zerokit-rln-arm/