-
Notifications
You must be signed in to change notification settings - Fork 466
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 1003 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (49 loc) · 1003 Bytes
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
58
# Editor Leftovers
.DS_Store
.vscode
.idea
CLAUDE.local.md
# Default node data
gnoland-data
genesis.json
# Build leftovers
build
dist
# Legacy .gitignore
data/*
testdir
# Log + generation leftovers
*.tx
*.log.*
*.log
*.gno.gen.go
*.gno.gen_test.go
*.pb.go
# tm2/pkg/bft/privval/upstream's tmkms-compat path uses protoc-generated
# upstream Tendermint protobuf types directly at the wire boundary
# (mirrors how cometbft/privval uses cometbft/proto). The generated file
# is checked in; regenerated rarely (when the upstream Tendermint v0.34
# protocol shape would matter).
!tm2/pkg/bft/privval/upstream/upstreampb/upstream.pb.go
pbbindings.go
*~
.#*
*#
# Test coverage leftovers
cover.out
coverage.out
*.swp
*.swo
*.swn
*.swm
*.bak
.tmp/
wal/
!/tm2/pkg/bft/wal/
# Gnoweb frontend
node_modules/
.scratch/
# Node runtime artifacts the integration test harness writes at the repo
# root (e.g. config/addrbook.json). Root-anchored so nested config/
# package directories are never hidden.
/config/