-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (36 loc) · 815 Bytes
/
.gitignore
File metadata and controls
42 lines (36 loc) · 815 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
# 1. Ignore EVERYTHING by default
/*
.*
# 2. Re-allow the .config directory structure
!/.config/
# 3. Ignore everything INSIDE .config by default
/.config/*
# 4. ALLOW only your specific rices/tools
!/.config/btop/
!/.config/cava/
!/.config/eww/
!/.config/fastfetch/
!/.config/ghostty/
!/.config/hypr/
!/.config/kitty/
!/.config/nvim/
!/.config/rofi/
!/.config/swaync/
!/.config/wallust/
!/.config/waybar/
!/.config/wlogout/
# 5. Allow essential shell/git configs in home
!/.zshrc
!/.bashrc
!/.p10k.zsh
!/.gitignore
# 6. Safety: Specifically block the Git metadata folder
# even if it's named .dotfiles or .git
.dotfiles/
.git/
# 7. Block annoying local state files within the allowed folders
**/.DS_Store
**/target/
**/*.log
.config/hypr/wallpaper_effects/.wallpaper_current
.config/rofi/.current_wallpaper