-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.chezmoiignore.tmpl
130 lines (121 loc) · 2.03 KB
/
.chezmoiignore.tmpl
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
127
128
129
130
# HACK: Now configuration...
.emacs.d/**
.config/rofi/**
# Ignore: All envs
*.zip
*.patch
*.patch.gpg
.config/fish/completions/git-forgit.bash
.textlintcache
.chezmoiexternal.toml
.chezmoiignore
.chezmoi.toml
.cspell.json
.czrc
.config/README.md
.config/i3/README.md
.config/nvim/README.md
.config/vim/README.md
.config/powershell/Invoke-FixEncode.ps1
.config/powershell/PSScriptAnalyzerSettings.psd1
.editorconfig
.gitignore
.gitleaksignore
.luarc.json
.mise.toml
.prettierignore
.prettierrc
.textlintrc.json
.typos.toml
.whitesource
node_modules
Brewfile
CHANGELOG.md
commitlint.config.ts
get_ipv4.sh
LICENSE.txt
Makefile
maskfile.md
nyagos.yml
package.json
package.yml
pnpm-lock.yaml
PSScriptAnalyzerSettings.psd1
README.md
renovate.json5
selene.toml
STARTUPTIME.md
stylua.toml
table.yml
vim.yml
.chezmoiscripts/linux/**
.chezmoiscripts/macos/**
.chezmoiscripts/windows/**
.config/nvim-lit/**
.config/nvim-rocks/**
.github/**
.husky/**
.mise/**
assets/**
docs/**
game_settings/**
misc/**
scripts/**
# Ignore: Not eq OS: Linux
{{ if ne .chezmoi.os "linux" }}
.local/bin/**
.config/elvish/**
.config/fish/**
.config/foot/**
.config/ghostty/**
.config/gup/**
.config/home-manager/**
.config/Hyper/**
.config/ion/**
.config/mise/**
.config/moxide/**
.config/rbw/**
.config/tmux/**
.config/zeno/**
.config/systemd/**
.config/systemd/user/wsl-wayland-symlink.service
.mimikun-pkglists/linux_cargo_packages.txt
.exrc
.nanorc
.profile
.zshrc
.tcshrc
.yashrc
{{ end }}
# Ignore: Not eq hostname: azusa
{{ if ne .chezmoi.hostname "azusa" }}
.config/betterlockscreen/**
.config/fcitx5/**
.config/flameshot
.config/flameshot/**
.config/i3/**
.config/i3status-rust/**
.config/polybar/**
.config/rofi/**
.xinitrc
.xmodmap
.xonshrc
.Xresources
.xsession
{{ end }}
# Ignore: Not eq OS: Windows
{{ if ne .chezmoi.os "windows" }}
AppData/**
Documents/**
OneDrive/**
macros.txt
.glzr/**
.mimikun-pkglists/windows_cargo_packages.txt
.wslconfig
utilities/**
{{ end }}
# Ignore: eq Hostname: TanakaPC
{{ if eq .chezmoi.hostname "TanakaPC" }}
utilities/**
{{ end }}
# vim:ft=gitignore.tmpl