mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-13 22:00:10 +00:00
Harvey Tindall
32b8ed4aa2
i wanted to split up the web ui components into multiple files, and figured it'd be a good chance to try out typescript. run make typescript to compile everything in ts/ and put it in data/static/. This is less of a rewrite and more of a refactoring, most of it still works the same but bits have been cleaned up too. Remaining javascript found in setup.js and form.html
21 lines
264 B
Plaintext
21 lines
264 B
Plaintext
node_modules/
|
|
passwordreset*.json
|
|
mail/*.html
|
|
scss/*.css*
|
|
scss/bs4/*.css*
|
|
scss/bs5/*.css*
|
|
data/static/*.css
|
|
data/static/*.js
|
|
!data/static/setup.js
|
|
data/config-base.json
|
|
data/config-default.ini
|
|
data/*.html
|
|
data/*.txt
|
|
dist/*
|
|
jfa-go
|
|
build/
|
|
pkg/
|
|
old/
|
|
version.go
|
|
notes
|