-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (75 loc) · 1.27 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
# IGNORE
# ignore all directories and files by default
/*
# TRACK
!.gitignore
!.rc
# ansible
!ansible/
# ssh
!.ssh/
.ssh/*
!.ssh/config_example
# config files
!.ideavimrc
!.profile
!.xprofile
!.zshenv
# config directories
!.goldendict/
.goldendict/*
!.goldendict/article-style.css
!.k9s/
.k9s/*
!.k9s/tracked_config.yml
# config directory
!.config/
.config/*
!.config/chromium-flags.conf
!.config/git/
!.config/nvim/
!.config/rofi/
# zsh
!.config/zsh/
.config/zsh/*
!.config/zsh/.zprofile
!.config/zsh/.zshrc
!.config/zsh/aliases.sh
!.config/zsh/functions.sh
# nvim
!.config/nvim/
.config/nvim/*
!.config/nvim/init.vim
# psd
!.config/psd/
.config/psd/*
!.config/psd/psd.conf
# htop
!.config/htop/
.config/htop/*
!.config/htop/tracked_htoprc
# copyq
!.config/copyq/
.config/copyq/*
!.config/copyq/copyq-commands.ini
!.config/copyq/copyq.conf
# vscode
!.config/Code/
.config/Code/*
!.config/Code/User/
.config/Code/User/*
!.config/Code/User/keybindings.json
!.config/Code/User/settings.json
# ipython
!.config/jupyter/
.config/jupyter/*
!.config/jupyter/profile_default/
.config/jupyter/profile_default/*
!.config/jupyter/profile_default/ipython_config.py
# gnome
!.config/gtk-3.0/
!.config/gtk-4.0/
.config/gtk-3.0/*
.config/gtk-4.0/*
!.config/gtk-3.0/gtk.css
!.config/gtk-4.0/gtk.css