-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (72 loc) · 1.37 KB
/
Copy path.gitignore
File metadata and controls
83 lines (72 loc) · 1.37 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Build artifacts
*.zip
*.crx
*.xpi
build/
build-firefox/
build-edge/
dist/
firefox-artifacts/
edge-artifacts/
chromium-derivative-artifacts/
release-artifacts/
background.js
*.js.map
lib/monaco/
lib/monaco-esm/
# Signing keys
scriptvault.pem
*.pem
*.key
*.p12
# Secrets / environment
.env
.env.*
!.env.example
*.secret
credentials.json
# Dependencies
node_modules/
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Coverage
coverage/
.nyc_output/
test-results/
playwright-report/
.vitest-attachments/
# Local-only agent / autonomous-loop runtime state
CLAUDE.md
AGENTS.md
.factory/
.claude/
CODEX_CHANGELOG.md
CODEX_*.md
# Store listing screenshots (local capture artifacts)
assets/screenshots/
# Markdown files local-only (except README, the published security policy, and
# the vendored-library provenance table. That last one is not optional: it is an
# AMO disclosure for the minified libraries in the package AND a build input —
# build-firefox.sh runs check-vendored-library-provenance.mjs, which hard-fails
# without it. While it was untracked it was missing from the AMO source ZIP, so
# a reviewer following AMO-SOURCE-README.md could not build the extension at all.
*.md
!README.md
!SECURITY.md
!docs/amo-vendored-libraries.md
!AMO-SOURCE-README.md
!PRIVACY.md
# AI config
.codex/
.ai/
PROJECT_CONTEXT.md
CONTINUATION_PROMPT.md
smoke-editor.png