summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5c77f17d7b0cfda7f7f52267e784b2b5f1b3d833 (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
# 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/

# Visual brainstorming sessions
.superpowers/

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