-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (59 loc) · 1.53 KB
/
.gitignore
File metadata and controls
69 lines (59 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
69
**/secrets.fish
.secrets.env
# Ignore specific .gnupg sub-dirs and runtime files
.gnupg/crls.d/
.gnupg/openpgp-revocs.d/
.gnupg/private-keys-v1.d/
.gnupg/random_seed
.gnupg/pubring*
.gnupg/reader_0.status
.gnupg/trustdb.gpg
.gnupg/tofu.db
.gnupg/.#lk*
# Ignore yarn
.config/yarn/
# Ignore go telemetry
.config/go/
# Ignore runtime / auto-generated config dirs
.config/cagent/
.config/configstore/
.config/opencode/
.config/uv/
.config/wandb/
.config/sprael/
# Ignore auto-generated / volatile config files
.config/fish/fish_variables
.config/github-copilot/versions.json
# Ignore configs containing secrets or auth tokens
.config/auth0/
.config/vastai/
.config/rclone/
.config/gcloud/
.config/mcp.json
.config/claude-code/
.config/gh/hosts.yml
.config/github-copilot/apps.json
.config/github-copilot/agent/
.config/github-copilot/rr/
# Ignore Zed backup files and prompts
.config/zed/settings_backup.json
.config/zed/settings.json.backup
.config/zed/prompts/
# Ignore work-specific proxy tools and completions
.config/fish/socks-proxy-config
.config/fish/PROXY-README.md
.config/fish/completions/apollo-cli.fish
.config/fish/completions/fedstart-cli.fish
.config/fish/conf.d/socks-proxy.fish
.config/fish/functions/build-workflow-docker-and-scan.fish
.config/fish/functions/proxy-disable.fish
.config/fish/functions/proxy-enable.fish
.config/fish/functions/proxy-setup.fish
.config/fish/functions/proxy-status.fish
.config/fish/functions/proxy-test.fish
.config/fish/functions/proxycurl.fish
### Generated / backup files ###
*.bak
### OSX ###
.DS_Store
._*