-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitignore
127 lines (117 loc) · 1.88 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Local ignores for my installed dotfiles.
# (Paths relative to $HOME.)
# Progs I often compile and install myself:
/bin/csvheader
/bin/csvquote
/bin/cwm
/bin/fzy
/bin/lr
/bin/view
/bin/vim
/bin/vimdiff
/bin/vimtutor
/bin/xcape
/bin/xclip
/bin/xe
/bin/yt-dlp
# Misc repos; move to ~/opt/repos to save.
/var/repos
# Cache files from my own scripts:
/var/cache/devdocs.io
/var/cache/mthesaur.txt
/var/cache/emoji.cache
/var/cache/venvs
# Config dirs I won't ever version control:
/.config/Code
/.config/GIMP
/.config/godot
/.config/Google
/.config/configstore
/.config/google-chrome
/.config/gtk-2.0
/.config/gtk-4.0
/.config/inkscape
/.config/Keybase
/.config/libreoffice
/.config/microsoft-edge
/.config/Microsoft/Microsoft Teams
/.config/mpv/watch_later
/.config/Mullvad VPN
/.config/pulse
/.config/wslu
# Common files that won't ever be version-controlled or cleaned:
/.bash_history
/.crawl
/.lesshst
/.mbsyncpasswd.gpg
/.mutt/passwords.gpg
/.netrc
/.node_repl_history
/.php_history
/.pyhistory
/.ssh/authorized_keys
/.ssh/*.conf
/.ssh/id_*
/.ssh/known_hosts
/.ssh/ssh-auth-sock
/.sudo_as_admin_successful
/.units_history
/.vdirsyncer/passwords.gpg
/.vdirsyncer/status
/.viminfo
/.vim/swapdir
/.vim/undodir
/.vim/spell/*.add.spl
/.wget-hsts
/.zcompdump
/.zsh_customize
/.zsh_history
# Misc UNIX staples I don't care about:
/.dbus
/.gnome
/.gnupg
/.java
/.pki
# Third party progs I don't care to see:
/.android
/.audacity-data
/.aws
/.aws-cli
/.cache
/.cargo
/.docker
/.dotnet
/.local/share/applications
/.local/share/gnome-shell
/.local/share/recently-used.xbel
/.local/share/Steam
/.local/share/virtualenv
/.mozilla
/.nodejs
/.npm
/.slocdata
/.steam
/.var/app/us.zoom.Zoom
/.vmodules
/.vscode-server
/.zoom
# Stupid, annoying, terrible path defaults:
/go
/snap
# Common OS dirs:
/Applications
/Contacts
/Desktop
/Documents
/Downloads
/Games
/Mail
/Movies
/Music
/Pictures
/Steam
/Videos
/lib64
/libexec
/share
/src