summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 71ae444e59f38920cdc698934d5efabb2e20fccc (plain)
1
2
3
4
5
6
7
8
9
10
11
# custom files
custom/

# temp files directories
cache/
log/
*.swp
.DS_Store

# editor configs
.vscode