aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.gitignore
blob: 0a635f8e1f12dfca3c1badedf010804b9628c9a4 (plain)
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
# Ignore .git directory
.git/

# Ignore git config
.gitconfig

# Ignore dotfiles dir
.cfg

# Ignore Packer's compiled files
packer_compiled.lua

# Ignore Zsh plugins directory
~/.config/zsh/plugins

# Ignore zcompdump files
zcompdump

# Ignore .DS_Store files (macOS)
*.DS_Store

# Ignore .spl files
*.spl

# Ignore node_modules directory
node_modules/

## Ignore .png files
#*.png

# Ignore .zip files
*.zip

# Ignore .pxd files
*.pxd

# Ignore .local directory
#^.local/

# Ignore .cache directory
^.cache/

# Ignore downloads directory
^downloads/

# Ignore music directory
^music/

# Ignore pictures/images directory
^images/
^pictures/

# Ignore virtual machine directory
^virt/

.cfg