-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (41 loc) · 818 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
# files in .emacs.d which don't need to be saved
*~
*#
.#*
*.elc
# Ignore files generated by the org-mode files
.files/.emacs.d/*init.el
.files/.emacs.d/pj-modules/*
.files/.emacs.d/lisp/*
.bin/sync-dotfiles
.bin/update-profiles
.bin/activate-profiles
.bin/update-screens
# Desktop Environment
.config/mimeapps.list
.config/polybar/config
.config/dunst/dunstrc
.config/xsettingsd/xsettingsd.conf
.config/fontconfig/fonts.conf
.config/mpv/*
.config/mpd/*
.config/polybar/*
.config/qutebrowser/*
.config/vimb/*
.config/zathura/*
.config/shepherd/*
.config/bspwm/*
# Nvim json files
.config/nvim/*.json
.xsession
# Mail
.mbsyncrc
.pre-commit-config.yaml
# Guix Configuration
.config/guix/systems/*
.config/guix/manifests/*
.config/guix/*
# Autogenerated files from neovim
.config/nvim/plugin/*
/home/
/system/