all repos — weimar @ a8921d226b7ab5b6d366d88c51d3308362388cf7

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

.gitignore (view raw)

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