aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5b7bd1a0501eb95a62563a131c23325b095528de (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
# .gitignore for Hugo website

# Ignore Hugo build output directory
/public/

# Ignore Hugo temp files
/resources/_gen/

# Ignore Hugo's build lock file
.hugo_build.lock

# Ignore system files
.DS_Store
Thumbs.db

# Ignore user-specific files
*.swp
*.swo
*.swn
.idea/
*.iml
*.log
*.bak
*.orig
*.pyc
*.pyo
*.rej
*.save
*.swo
*.swp
*.tmproj
*.un~
Session.vim
tags
netrwhist