-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 770 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) · 770 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
# Dependencies
node_modules/
# Build outputs and release artifacts
dist/
artifacts/
build-info.json
extension/build-info.json
# Release notes and launch ads belong on GitHub Releases, not source control
RELEASE-v*.md
assets/readme/*-ad*
# Local QA/temp work
tmp/
.hermes/
.gitnexus/
.claude/
# GitHub Actions are intentionally disabled for this repo while hosted runners are unavailable.
# Keep local verification as the release gate instead of pushing false-red workflows.
.github/workflows/
# Private backups and local secrets
backups/
.env
.env.*
*.bak
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/
# Python bytecode cache
__pycache__/
*.pyc
docs/
.omx/
CLAUDE.md
AGENTS.md