-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (50 loc) · 917 Bytes
/
.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
# ignore everything in this folder
/*
# but allow certain things:
!.gitignore
!.gitmodules
!.gitconfig
!.argsdotfiles
.argsdotfiles/env
!.argsdotmodules
!.vimrc
!.tmux.conf
!.zshrc
!.taskrc
!.config/
.config/*
!.config/conky/
!.config/dunst/
!.config/gh/config.yml
!.config/i3/
!.config/i3lock/
!.config/i3status/
!.config/mpv/mpv.conf
.config/nvim/spell
!.config/nvim/
!.config/nvim/lua/*
!.config/picom/
!.config/polybar/
!.config/ranger/
.config/ranger/*
!.config/ranger/scope.sh
!.config/ranger/rc.conf
!.config/ranger/rifle.conf
!.config/ranger/commands.py
!.config/tridactyl/
!.config/tridactyl/*
!.config/qutebrowser/
.config/qutebrowser/*
!.config/qutebrowser/config.py
!.config/qutebrowser/userscripts/
!.config/rofi/
!.config/tmuxinator/
!.ssh/config
!screen-256color.ti
!.bash_profile
# enable few misc thingies
!.eslintrc
# also ignore things that might
# come up in allowed folders
*.swp
__pycache__