all repos — weimar @ 28e896519b8b6466fbb9a904b18002993c823f76

Unnamed repository; edit this file 'description' to name the repository.

.gitignore (view raw)

 1# Binaries
 2/bin/
 3/dist/
 4/*.exe
 5/*.test
 6
 7# Config
 8weimar.toml
 9
10# Data
11/data/
12
13# IDE
14.idea/
15.vscode/
16*.swp
17*.swo
18
19# OS
20.DS_Store
21Thumbs.db
22
23# Go
24vendor/
25
26# SvelteKit
27web/build/
28web/.svelte-kit/
29web/node_modules/
30
31# Embedded web build (copied by make)
32cmd/weimar/web/build/
33
34# Honk
35.crush