-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 818 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 818 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
# Dependencies
node_modules/
.pnpm-store/
# Secrets — never commit
.env
.env.*
!.env.example
config/extension.env
config/proxy/*.toml
!config/proxy/*.toml.example
# Foundry
contracts/out/
contracts/cache/
contracts/broadcast/
# contracts/lib/ is a git submodule (forge-std) — tracked, not ignored.
# Go
extension/bin/
*.test
# Frontend
frontend/.next/
frontend/out/
frontend/build/
# Release
CHANGELOG.md.bak
# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
contracts/.env.deploy
# TypeScript incremental build artifact
*.tsbuildinfo
# Telegram alert subscriptions: wallet addresses and chat ids, written by the
# frontend and read by the keeper. Personal data, never committed.
.wraith-alerts.json
# Generated by next.config.mjs on every build, not authored.
frontend/AGENTS.md
frontend/CLAUDE.md
.gstack/