-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (54 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
61 lines (54 loc) · 1.69 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
55
56
57
58
59
60
61
# ============================================================
# Sensitive / local config — DO NOT COMMIT
# ============================================================
agent-runner/config/*.toml
agent-runner/config/*.env
frontend/config/*.json
.mcp.json
!frontend/config/gravity.json
!frontend/config/*.example.json
deployed-addresses.json
# ============================================================
# Dependencies
# ============================================================
node_modules/
# ============================================================
# Frontend (Next.js)
# ============================================================
frontend/.next/
frontend/out/
frontend/build/
frontend/.vercel
frontend/*.tsbuildinfo
frontend/next-env.d.ts
frontend/.env*
frontend/.frontend.pid
frontend/.frontend.log
# ============================================================
# Contracts (Foundry)
# ============================================================
contracts/out/
contracts/cache/
# Keep run-latest.json, ignore timestamped run files
contracts/broadcast/**/*
!contracts/broadcast/**/run-latest.json
# Local dev seed scripts
contracts/script/SeedArena.s.sol
# ============================================================
# MCP server build
# ============================================================
mcp-server/dist/
# ============================================================
# Agent runner build
# ============================================================
agent-runner/dist/
# ============================================================
# Misc
# ============================================================
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# git worktrees
.worktrees/