summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 097bb8e158925ead25ad69319199d74ad7dcc608 (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
# Hugo build output
public/
resources/
.hugo_build.lock

# PHP credentials — never commit
mail-config.php

# PHP dependencies — restore with: composer install
static/api/vendor/

# Archives
*.tar.gz
*.zip

# Claude Code local settings
.claude/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~
.superpowers