-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (48 loc) · 828 Bytes
/
.gitignore
File metadata and controls
57 lines (48 loc) · 828 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
51
52
53
54
55
56
57
# Temp files
*.swp
*.swo
*.old
*.bak
*~
.DS_Store
# Shell history
.zsh_history
.bash_history
.zcompdump*
# VS Code - Keep templates, ignore personal configs
vscode/*.local.*
vscode/settings.local.json
vscode/*-local.json
# Keep these VS Code templates
!vscode/settings.json
!vscode/keybindings.json
!vscode/mcp.json
# Generated configs
.config/github-copilot/
.config/glab-cli/
.config/helm/
.config/k8sgpt/
.config/weave*/
# Keep specific configs
!.config/starship.toml
!.config/mods/
# Zsh plugins (downloaded by setup scripts)
oh-my-zsh-custom/plugins/*
!oh-my-zsh-custom/plugins/.gitkeep
!oh-my-zsh-custom/themes/
# Vim plugins (managed by Vundle/vim-plug)
.vim/
vim/plugged/*
# Secrets
*.pem
*.key
*.cert
.env*
secrets.yml
credentials.json
# Build artifacts
node_modules/
*.pyc
__pycache__/
*.log
*.code-workspace