-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
121 lines (118 loc) · 2.44 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
*
!/.config/
!/.config/autostart/
!/.config/autostart/**
!/.config/black
!/.config/config-merge-template/
!/.config/config-merge-template/**
!/.config/containers/
!/.config/containers/**
!/.config/dconf-load-yaml/
!/.config/dconf-load-yaml/**
!/.config/dir-alias/
!/.config/dir-alias/**
!/.config/dotfiles/
!/.config/dotfiles/**
!/.config/easyeffects/
!/.config/easyeffects/**
!/.config/environment.d/
!/.config/environment.d/**
!/.config/fontconfig/
!/.config/fontconfig/**
!/.config/git/
!/.config/git/**
!/.config/hg/
!/.config/hg/**
!/.config/pipewire/
!/.config/pipewire/**
!/.config/quodlibet/
!/.config/quodlibet/**
!/.config/rsgain/
!/.config/rsgain/**
!/.config/shell/
!/.config/shell/**
!/.config/snipphthalate/
!/.config/snipphthalate/**
!/.config/system-packages/
!/.config/system-packages/**
!/.config/systemd/
!/.config/systemd/**
!/.config/tmux/
!/.config/tmux/**
!/.config/whipper/
!/.config/whipper/**
!/.config/yadm/
!/.config/yadm/**
!/.config/yapf/
!/.config/yapf/**
!/.gitconfig
!/.github/
!/.github/**
!/.gnupg/
!/.gnupg/keyring.d/
!/.gnupg/keyring.d/**
!/.hgrc
!/.inputrc.local
!/.ipython/
!/.ipython/profile_*/
!/.ipython/profile_*/*.py
!/.ipython/profile_*/startup/
!/.ipython/profile_*/startup/*.ipy
!/.ipython/profile_*/startup/*.py
!/.local/
!/.local/bin/
!/.local/bin/**
!/.local/lib/
!/.local/lib/dir-alias/
!/.local/lib/dir-alias/**
!/.local/lib/dotfiles/
!/.local/lib/dotfiles/**
!/.local/lib/inhibiter/
!/.local/lib/inhibiter/**
!/.local/lib/python3/
!/.local/lib/python3/site-packages/
!/.local/lib/python3/site-packages/**
!/.local/lib/shutil/
!/.local/lib/shutil/**
!/.local/lib/system-packages/
!/.local/lib/system-packages/**
!/.local/lib/user-scripts/
!/.local/lib/user-scripts/**
!/.local/lib/user-styles/
!/.local/lib/user-styles/**
!/.local/share/
!/.local/share/bash-completion/
!/.local/share/bash-completion/**
!/.local/share/endless-sky/
!/.local/share/endless-sky/plugins/
!/.local/share/endless-sky/plugins/**
!/.local/share/gnome-shell/
!/.local/share/gnome-shell/extensions/
!/.local/share/gnome-shell/extensions/**
!/.local/share/i18n/
!/.local/share/i18n/**
!/.m17n.d/
!/.m17n.d/**
!/.mozilla/
!/.mozilla/firefox/
!/.mozilla/firefox/all/
!/.mozilla/firefox/all/**
!/.ssh/
!/.ssh/**
!/.thunderbird/
!/.thunderbird/all/
!/.thunderbird/all/**
!/.vim/
!/.vim/**
!/.vimrc
!/third_party/
!/third_party/**
/.config/dotfiles/conf.local.d/
/.ssh/authorized_keys
/.ssh/control/**
/.ssh/id_*
/.vim/state/
/third_party/vim-*/doc/tags
*.pyc
*.pyo
__pycache__/