31 lines
278 B
Text
31 lines
278 B
Text
# Node
|
|
node_modules/
|
|
.svelte-kit/
|
|
build/
|
|
dist/
|
|
.vite/
|
|
|
|
# Go
|
|
server/docent
|
|
server/docent.exe
|
|
|
|
# Local environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Direnv
|
|
.direnv/
|
|
|
|
# Build artifacts from content pipeline
|
|
content/build/
|