summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 50de58a433ff7c602fa64a7594922439df3af814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Hugo
/public/
/resources/
.hugo_build.lock

# Documentation
HANDOFF.md

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

# OS
.DS_Store
Thumbs.db

# Dependencies
node_modules/
package-lock.json
yarn.lock