-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) Β· 1.83 KB
/
Copy path.gitignore
File metadata and controls
45 lines (39 loc) Β· 1.83 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
# βββ Secrets β never commit these βββββββββββββββββββββββββββββββββββββββββββββ
extension/secrets.js
chrome-key.pem
*.pem
.env
.env.local
.env.*.local
# βββ Dependencies βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
node_modules/
# βββ Build output βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
dist/
launcher/dist/
*.AppImage
extension/web-ext-artifacts/
# βββ Logs & build logs ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
*.log
build-log*.txt
# βββ Native host runtime state ββββββββββββββββββββββββββββββββββββββββββββββββ
native-host/status.json
native-host/host.log
# βββ OS / editor cruft ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
.DS_Store
Thumbs.db
.idea
.vscode
# βββ Local tooling / sandbox placeholders βββββββββββββββββββββββββββββββββββββ
# 0-byte, read-only files the terminal sandbox materialises in the repo root.
# They are environment artifacts, not project files β keep them out of git.
.claude/
.mcp.json
.gitconfig
.gitmodules
.ripgreprc
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
scripts/test-engine.js