forked from CodebuffAI/freebuff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (39 loc) · 746 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (39 loc) · 746 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
.DS_Store
.idea/
.vercel
# Environment files (secrets) - Bun loads .env.* files natively
.env
.env.*
!.env.example
# ctags
tags
node_modules
dev
dist
dist-env
tsconfig.tsbuildinfo
.manicode
__mock-projects__
npm-app/src/__tests__/data/
.aider*
.codebuff*
**.log
debug/
docs/bot-detection.md
# Nx cache directories
.nx/cache
.nx/workspace-data
# Infisical config (user-specific)
.infisical.json
# Local Bun install cache
.bun-install/
# Base2 gate-test scratch
.base2-test-scratch/
# Containment test escape-target scratch (outside the OS temp roots)
.containment-test-scratch/
# Local agent state (task memory, gate telemetry JSONL sink)
.openbuff/
# Local image/screenshot scratch
_*.webp
# CommandCode local state
.commandcode/