This commit is contained in:
icefox 2025-12-26 11:49:56 -03:00
commit 38a5c47dab
No known key found for this signature in database
11 changed files with 550 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Ignore everything
*
# Whitelist gitignore itself
!.gitignore
# Whitelist Go files
!*.go
!go.mod
!go.sum
# Whitelist templates
!templates/
!templates/*.html
# Whitelist assets
!assets/
!assets/*.js
!assets/*.css
# Whitelist nix
!flake.nix
!flake.lock
# Whitelist database
!*.sqlite