Skip to content

Commit

Permalink
Copied from common instead of old ccip repo
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Jun 28, 2024
1 parent fd322ed commit 112cdc6
Showing 1 changed file with 15 additions and 83 deletions.
98 changes: 15 additions & 83 deletions .gitignore
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/

0 comments on commit 112cdc6

Please sign in to comment.