-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
126 lines (108 loc) · 2.13 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
*.orig
node_modules/
!.gitignore
!.gitmodules
*~Stashed\ changes
# Linux keyboard map (init on startup, plus stuff in /usr/share/X11/xkb/symbols/us)
!.Xmodmap
# list of symbolic links in ~ directory
!dotfile-symlinks
!.*rc
!*.sh
!*.py
# Ignore ccls cache
.ccls-cache/
.config/*
!.config/.curlrc
!.config/alacritty/
!.config/coc/
.config/coc/*
!.config/coc/extensions/
.config/coc/extensions/*
!.config/coc/extensions/package.json
!.config/copyq/
.config/copyq/**
!.config/copyq/copyq.conf
!.config/copyq/copyq-commands.ini
!.config/foot/
!.config/flashfocus/
!.config/fontconfig/
!.config/git/
!.config/gammastep/
!.config/i3/
!.config/i3status/
.config/i3status/config.backup
!.config/iterm2/
!.config/imv/
!.config/kanshi/
!.config/karabiner/
!.config/kitty
!.config/libinput-gestures.conf
!.config/mps-youtube
.config/mps-youtube/play_history.m3u
.config/mps-youtube/input_history
.config/mps-youtube/cache*
!.config/mpv
.config/mpv/*
!.config/mpv/mpv.conf
!.config/newsboat
.config/newsboat/cache.db
.config/newsboat/history.cmdline
!.config/nvim/
!.config/pulsemixer.cfg
!.config/skhd/
!.config/swappy/
!.config/sway/
!.config/tridactyl/
!.config/weechat/
.config/weechat/sec.conf
.config/weechat/weechat.log
.config/weechat/logs/
.config/weechat/python/
.config/weechat/script/
.config/weechat/script/**
!.config/wofi/
!.config/waybar/
!.config/yay/
# Local (to be symlinked), mostly ~/.local/bin/*
!.local/
# Firefox settings (to be symlinked), userChrome.css etc
!.mozilla/
# iTerm2 settings
!iTerm2/**
!iTerm2/
# Linux Xdefaults (urxvt) settings
!.Xdefaults
# IntelliJ IDEA Settings
!Library/**
!Library/
# My Oh-My-Zsh fork
!.oh-my-zsh
# My git templates / hooks / global gitignore
!.git_template
!.git_template/**
.git_template/.*
!.gitignore_global
# Vim stuff
!.vimrc
!.vim/
.vim/autoload/plug.vim
.vim/bundle/
.vim/plugged/
.vim/view/
*.swp
*.swo
# Keyboard mappings
!xkb/
# Not important?
.config/configstore/
.config/copyq/copyq_geometry.ini
.config/copyq/copyq_tab_JmNsaXBib2FyZA==.dat
.config/copyq/copyq_tabs.ini
.config/karabiner/automatic_backups/
# Sensitive plaintext
.bash_history
.zsh_history
# OSX Finder state
.DS_Store
**/.DS_Store