init
This commit is contained in:
commit
38a5c47dab
11 changed files with 550 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue