-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitignore
57 lines (51 loc) · 961 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.direnv
.DS_Store
**/*.rs.bk
.idea
.vscode/
# ignore relay build
pkg/bin
v1/target
contracts/target
contracts/programs/*/target
contracts/.anchor
# keypair used by anchor/anchor test
contracts/id.json
# ignore all except shared localnet keys
contracts/artifacts/*
!contracts/artifacts/localnet/
ops/localnet.json
test-ledger
# TS
node_modules
**/tsconfig.tsbuildinfo
dist
.env
flow-report.json
report.json
bin
# Gauntlet artifacts
gauntlet/packages/gauntlet-solana-contracts/artifacts/programId
gauntlet/packages/gauntlet-solana-contracts/artifacts/bin
# Multisig local env
gauntlet/packages/gauntlet-serum-multisig/networks/.env.local
# test
id.json
integration-tests/smoke/logs
integration-tests/smoke/contracts-chaos-state.json
tmp-manifest-*
tests-smoke-report.xml
.env.test*
overrides.toml
# Test & linter reports
.test_summary/
*report.xml
*report.json
*.out
*coverage*
eslint-report.json
.run.id
override*.toml
# go work files
go.work*
gauntlet-*/