-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (67 loc) · 1.24 KB
/
.gitignore
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
# Ignore everything
*
# Allow specific files in home directory
!.gitignore
!README.md
!.gitconfig
!.zshrc
!.zshenv
!.zplugrc
!.tmux.conf
!.stignore
# Allow .config directory
!.config/
# Allow specific .config subdirectories and their contents
!.config/setup/
!.config/setup/**
!.config/shell/
!.config/shell/**
!.config/shell/lib/
!.config/shell/lib/**
!.config/shell/db/
!.config/shell/db/**
!.config/helix/
!.config/helix/**
!.config/mods/
!.config/mods/**
!.config/yazi/
!.config/yazi/**
!.config/direnv/
!.config/direnv/**
!.config/serpl/
!.config/serpl/**
!.config/zellij/
!.config/zellij/**
!.config/bat/
!.config/bat/**
!.config/wget/
!.config/wget/**
!.config/zplug/
!.config/zplug/**
!.config/ssh/
!.config/ssh/**
!.config/git/
!.config/git/**
!.config/p10k/
!.config/p10k/**
!.config/motd/
!.config/motd/**
# Allow specific files in .config subdirectories
!.config/vale/
!.config/vale/.vale.ini
!.config/mods/mods.yml
# Custom additions
# (New paths will be added here by the add_to_gitignore function)
!.config/glow/
!.config/glow/**
!.config/lazygit/
!.config/lazygit/**
!.config/xdg/user.dirs
!.config/xdg/
!.config/broot/
!.config/broot/**
!.local/bin/eza
!.local/bin/
!.config/syncthing/config.xml
!.config/syncthing/
.config/setup/notes/notes.md