-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copied from common instead of old ccip repo
- Loading branch information
1 parent
fd322ed
commit 112cdc6
Showing
1 changed file
with
15 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,95 +1,27 @@ | ||
# Ignore DevSpace cache and log folder | ||
.devspace/ | ||
|
||
/core/scripts/ccip/json/credentials | ||
/core/scripts/ccip/revert-reason/bin/ccip-revert-reason | ||
|
||
# dependencies generated after running `go mod vendor` | ||
vendor/ | ||
go.work* | ||
|
||
# This sometimes shows up for some reason | ||
tools/flakeytests/coverage.txt | ||
|
||
# Fuzz tests can create these files | ||
**/testdata/fuzz/* | ||
|
||
# Runtime test configuration that might contain secrets | ||
override*.toml | ||
|
||
# Pythin venv | ||
.venv/ | ||
|
||
ocr_soak_report.csv | ||
-- VISUAL LINE -- | ||
tmp-manifest-*.yaml | ||
ztarrepo.tar.gz | ||
**/test-ledger/* | ||
__debug_bin* | ||
.test_summary/ | ||
.run.id | ||
integration-tests/**/traces/ | ||
benchmark_report.csv | ||
benchmark_summary.json | ||
|
||
# goreleaser builds | ||
cosign.* | ||
dist/ | ||
MacOSX* | ||
|
||
cache | ||
core/services/ocr2/plugins/ccip/transactions.rlp | ||
lcov.info | ||
!core/services/ocr2/plugins/ccip/internal/cache/ | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
.DS_Store | ||
|
||
core/scripts/ccip/json/credentials | ||
core/scripts/ccip/json/deployments | ||
core/scripts/ccip/csv/node-wallets | ||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Test & linter reports | ||
*report.xml | ||
*report.json | ||
*.out | ||
/golangci-lint/ | ||
|
||
contracts/yarn.lock | ||
|
||
# Ignore DevSpace cache and log folder | ||
.devspace/ | ||
|
||
/core/scripts/ccip/json/credentials | ||
/core/scripts/ccip/revert-reason/bin/ccip-revert-reason | ||
|
||
# dependencies generated after running `go mod vendor` | ||
vendor/ | ||
go.work* | ||
|
||
# This sometimes shows up for some reason | ||
tools/flakeytests/coverage.txt | ||
|
||
# Fuzz tests can create these files | ||
# Fuzz test artifacts | ||
**/testdata/fuzz/* | ||
|
||
# Runtime test configuration that might contain secrets | ||
override*.toml | ||
|
||
# Pythin venv | ||
.venv/ | ||
|
||
ocr_soak_report.csv | ||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
|
||
# misc | ||
.DS_Store | ||
.envrc | ||
.env* | ||
.dbenv | ||
!crib/.env.example | ||
!.github/actions/setup-postgres/.env | ||
.direnv | ||
# IntelliJ IDE | ||
.idea | ||
.vscode/ | ||
*.iml | ||
debug.env | ||
*.txt | ||
operator_ui/install | ||
|
||
vendor/ |