-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (85 loc) · 1.69 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
*
.*.swp
.bash_history
.bash_local
.bash_logout
!.profile
!screenshots
!screenshots/*
# Zsh
!.zshrc
# Git aliases, identification info
!.gitconfig
# The gitignore of this repository itself (!)
!.gitignore
# Monorepo
!.gitmodules
# This won't actually pull in the other contetns of the dir, though.
!.ipython
# ...default profile's...
!.ipython/profile_default
# ...main config file
!.ipython/profile_default/ipython_config.py
# Virtualenvwrapper hooks
!.virtualenvs
!.virtualenvs/postmkvirtualenv
# Install script
!install.sh
!.config
!.config/btop
!.config/btop/*
.config/btop/btop.log
!.config/cava
!.config/cava/*
!.config/fastfetch
!.config/fastfetch/*
!.config/hypr
!.config/hypr/*
!.config/kitty
!.config/kitty/*
!.config/nvim
!.config/nvim/*
!.config/wlogout
!.config/wlogout/*
!.config/wlogout/icons/*
!.config/wofi
!.config/wofi/*
!.config/waybar
!.config/waybar/*
!.config/waybar/scripts/*
!.config/wal
!.config/wal/*
!.config/wal/templates/*
!.config/safeeyes
!.config/safeeyes/*
!.config/spicetify
!.config/spicetify/*
!.config/spicetify/Themes/wal
!.config/spicetify/Themes/wal/*
!.config/safeeyes/style/*
!.config/xsettingsd
!.config/xsettingsd/*
!.config/Thunar
!.config/Thunar/*
!.config/zathura
!.config/zathura/*
!.config/xfce4
!.config/xfce4/*
!.config/xfce4/xfconf/xfce-perchannel-xml
!.config/xfce4/xfconf/xfce-perchannel-xml/*
!.config/gtk-3.0
!.config/gtk-3.0/*
!.config/gtk-4.0
!.config/gtk-4.0/*
!.config/qt6ct
!.config/qt6ct/*
!.config/qt5ct
!.config/qt5ct/*
!.config/xarchiver
!.config/xarchiver/*
!.config/mimeapps.list
!.mozilla
!.mozilla/firefox
!.mozilla/firefox/n7hbu5zz.default-release
!.mozilla/firefox/n7hbu5zz.default-release/chrome
!.mozilla/firefox/n7hbu5zz.default-release/chrome/*