Skip to content

Commit cfa9d9b

Browse files
committed
Update .gitignore
1 parent 6a8eea4 commit cfa9d9b

File tree

1 file changed

+0
-54
lines changed

1 file changed

+0
-54
lines changed

.gitignore

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# dependencies
2-
node_modules/
3-
4-
# Tooling caches
5-
*.tsbuildinfo
6-
.eslintcache
7-
81
# Log files
92
*.log
103

@@ -21,8 +14,6 @@ generated/
2114
.envrc
2215
.env*
2316
.dbenv
24-
!crib/.env.example
25-
!.github/actions/setup-postgres/.env
2617
.direnv
2718
.idea
2819
.vscode/
@@ -40,57 +31,12 @@ env
4031
credentials.env
4132
gcr_creds.env
4233

43-
# DB backups
44-
45-
cl_backup_*.tar.gz
46-
47-
# Test artifacts
48-
core/cmd/TestClient_ImportExportP2PKeyBundle_test_key.json
49-
output.txt
50-
race.*
51-
golangci-lint-output.txt
52-
/golangci-lint/
53-
.covdata
54-
core/services/job/testdata/wasm/testmodule.wasm
55-
core/services/job/testdata/wasm/testmodule.br
56-
57-
# DB state
58-
./db/
59-
.s.PGSQL.5432.lock
60-
61-
# can be left behind by tests
62-
core/cmd/vrfkey1
63-
64-
# Integration Tests
65-
integration-tests/**/logs/
66-
tests-*.xml
67-
*.test
68-
tmp-manifest-*.yaml
69-
ztarrepo.tar.gz
70-
**/test-ledger/*
71-
__debug_bin*
72-
.test_summary/
73-
db_dumps/
74-
.run.id
75-
integration-tests/**/traces/
76-
integration-tests/**/integration-tests
77-
benchmark_report.csv
78-
benchmark_summary.json
79-
secrets.toml
80-
tmp_laneconfig/
81-
82-
# goreleaser builds
83-
cosign.*
84-
dist/
85-
MacOSX*
86-
8734
# Test & linter reports
8835
*report.xml
8936
*report.json
9037
*.out
9138
dot_graphs/
9239

93-
contracts/yarn.lock
9440

9541
# Ignore DevSpace cache and log folder
9642
.devspace/

0 commit comments

Comments
 (0)