-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (48 loc) · 1.01 KB
/
.gitignore
File metadata and controls
54 lines (48 loc) · 1.01 KB
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
vue/node_modules
vue/dist
release/
.idea/
.DS_Store
*.dot
*.log
*.ign
*.test
*.out
__devnet_deploy_test
devnet-deploy.tar.gz
repomix-*
.repomixignore
memory-bank
.clinerules-*
.roomodes
projectBrief.md
tests/systemtests/testnet
tests/systemtests/__debug_bin*
build/
# Accidentally committed in the original scaffolding commit; the directory
# is a Go `package main` (tests_evmigration devnet tool), so a bare
# `go build` in that dir writes a binary at this path. Keep it out.
devnet/tests/evmigration/evmigration
# Build-time mirror of repo-root scripts/{evmigration-common,migrate-*}.sh.
# Populated by Makefile.devnet::_devnet-stage-migration-scripts so the
# devnet docker build context can COPY them; canonical sources live at
# /scripts/, not here.
devnet/scripts/migration/
.claude/
*.swagger.json
/openrpcgen
/app/openrpc/*.gz
proto/vendor-swagger/
.roo/
.roomodes
docs/context.json
docs/requirements.json
docs/decisions.md
docs/human-playbook.md
docs/new-feature*
plans/
CLAUDE.md
.codex
.agents
AGENTS.md
.bridge-version