Initial commit, blog system works
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Build products
|
||||
blog.com
|
||||
blog.db
|
||||
blog.db-wal
|
||||
blog.db-shm
|
||||
.deps/
|
||||
|
||||
# Fetched at maketime (see Makefile)
|
||||
.lua/fm.lua
|
||||
static/htmx.min.js
|
||||
static/highlight.min.js
|
||||
static/plexserif400.ttf
|
||||
static/plexserif500.ttf
|
||||
static/plexmono400.ttf
|
||||
static/plexmono500.ttf
|
||||
Reference in New Issue
Block a user