aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3b3cf87816d099de132f71a35db7a26308c31b88 (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
/home/black/Dev/dotfiles/config/nvim/lazy-lock.json


# Compiled bytes
*.o
*.a
*.so
*.class
*.jar
*.pyc
*.pyo

# System
*.log
*.tmp
*.out
*.swp
*.orig
*.bak
*.rej

# Dirs
patches/*
*/.git/
**/.git/

# Sensitive
.env
*.gpg
*.asc