-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (31 loc) · 810 Bytes
/
.gitignore
File metadata and controls
44 lines (31 loc) · 810 Bytes
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
# Ignore backup files
*.bkp
*.bak
# Ignore all gitignores in this repo but this one
.gitignore
!/.gitignore
# Ignore files generated by rejected patches etc.
*.rej
*.orig
# Ignore installation backups
/existing-*.tar.gz
# Ignore all VSCodium files but the settings.json
/.config/VSCodium
!/.config/VSCodium/User/settings.json
# Ignore private git config
/.config/git/user.config
/.config/vim/.netrwhist
/.config/zsh/.zcompdump
/.config/zsh/.zcompcache
/.config/zsh/.zprofile.priv
/.config/ranger/bookmarks
/.config/ranger/history
/.config/git/gitk
/.config/neomutt/accounts
/.config/neomutt/accounts.muttrc
/.local/share/direnv/allow
# Ignore symlink to meta/envrc in repo root (created in installation)
/.envrc
# Do not commit any files by accident that might land in there
/.ssh/*
!/.ssh/config