summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 915cb95ea475fbf0d7e54ec177cb45caeae0b6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# zola build dir
dist/
public/

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# nix stuff
.direnv/
result*
repl-result*
.pre-commit-config.yaml

# IDE stuff
.vscode/
.idea/