-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (55 loc) · 1.53 KB
/
Copy path.gitignore
File metadata and controls
68 lines (55 loc) · 1.53 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
62
63
64
65
66
67
68
.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/
.context/
docs/bot-detection.md
.codex
# Nx cache directories
.nx/cache
.nx/workspace-data
# Infisical config (user-specific)
.infisical.json
.gstack/
# Buffbench DEBUG_ERROR dumps
evals/buffbench/*-error-*.json
# Freebuff Desktop local runtime state in an opened project (SQLite DB, git
# worktrees, materialized built-in skills) — never source, always regenerated.
.freebuff/
# Materialized by release package prepack scripts and removed by postpack.
cli/release/launcher.js
cli/release/http.js
cli/release-staging/launcher.js
cli/release-staging/http.js
freebuff/cli/release/launcher.js
freebuff/cli/release/http.js
# QA harness fixture: a snapshot of REAL feedback rows, including the Discord
# and GitHub handles of real people and what they complained about. Useful
# locally, must never be committed — this repo is mirrored publicly.
feedback-lab/src/real-data.json
# Design-tooling scratch.
freebuff/web/.impeccable/
# Throwaway helper scripts written next to the repo during a task. Never part
# of the build; one reached a PR before review caught it. At the ROOT so it
# covers every subdirectory — the file that slipped through was at the root,
# which a nested .gitignore cannot match.
scratch-*
# Ad-hoc investigation scripts — scratch, never committed
scripts/_tmp-*