-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (29 loc) · 782 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (29 loc) · 782 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
# Local scratch / temporary files (not versioned)
.temp/
# Claude Code runtime/session state (machine- and session-specific, not project config)
.claude/scheduled_tasks.lock
# Personal/marketing material (used for external posts, not part of the OSS repo)
/artigo-bitchicken/
# Node dependencies (never versioned — huge and reproducible from package-lock.json)
**/node_modules/
# Secrets / local environment overrides — never commit real values
.env
.env.*
!**/.env.example
RW.BC.DApp/src/environments/environment.local.ts
# .NET build artifacts
**/bin/
**/obj/
# Build / codegen output
**/dist/
**/.angular/
**/.ponder/
**/generated/
# Solidity build artifacts
**/artifacts/
**/cache/
# Coverage / test output
**/coverage/
**/TestResults/
# IDE / user-specific
*.user