-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
77 lines (75 loc) · 1.66 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
# Start off ignoring everything, and then unignore on a case-by-case basis
# You could always just add any random file via `-f`, but this also acts as documentation
*
# Files that are unignored can and should assume they're tracked. Assume a rough
# alphabetical order, but since I'm doing this by hand, I commit to nothing
!.aria2/
!.aria2/**
!.config/
!.config/.gnuplot
!.config/atuin/config.toml
!.config/fish/
!.config/fish/conf.d/
!.config/fish/conf.d/jeffs_*.fish
!.config/fish/config.fish
!.config/fish/fish_plugins
!.config/fish/functions/
!.config/fish/functions/mpv.fish
!.config/gh/config.yml
!.config/git/attributes
!.config/git/ignore
# Although this is more or less generated by karabiner.ts, there are changes the
# karabiner UX will affect, that the script will not
!.config/karabiner/
!.config/karabiner/karabiner.json
!.config/latexmk/latexmkrc
!.config/lazygit/config.yml
!.config/mise
!.config/mise/config.toml
!.config/mpv
!.config/mpv/input.conf
!.config/mpv/mpv.conf
!.config/mpv/script-opts/
!.config/mpv/script-opts/**
!.config/mpv/script_sources/
!.config/mpv/script_sources/**
!.config/mpv/scripts/
!.config/mpv/scripts/**
!.config/nvim/init.vim
!.config/ranger/commands.py
!.config/ranger/rc.conf
!.config/skhd/skhdrc
!.config/yabai/yabairc
!.config/yt-dlp/config
!.ctags
!.default-gems
!.gemrc
!.gitconfig
!.gitignore
!.gitmodules
!.hammerspoon/
!.hammerspoon/**
!.pryrc
!.ripgreprc
!.rubocop.yml
!.rubyrc.rb
!.tigrc
!.tmux.conf
!.ugrep
!.vim/config/
!.vim/config/**
!.vim/ftplugin/
!.vim/ftplugin/**
!.vimrc
!4chanx.stylus
!LICENSE
!Paradox Light.attheme
!README.md
!bin/
!bin/**
!gitconfig-shared
!iosevka.toml
!karabiner.ts
!surfingkeys.js
!.vscode/
!./vscode/*