summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: db40613e939110865ff5fd540e0b5ef4c4aa00d7 (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
/public/
/resources/

# Node.js
node_modules/
package-lock.json

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
.hugo_build.lock

# Generated files
.claude/settings.local.json
HANDOFF*
danixxyz.tar.gz

# Brainstorming artifacts
.superpowers/
.worktrees/