This commit is contained in:
Janic Voser 2022-11-06 23:40:37 +01:00
parent e05627dc36
commit 99ae6b1dd0
2 changed files with 5 additions and 5 deletions

6
.gitignore vendored
View File

@ -1,4 +1,5 @@
app/cache/*
app/cache
Docker/mariadb/mysql
# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https:/a/github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
@ -21,6 +22,3 @@ app/cache/*
# Go workspace file
go.work
Docker/mariadb/mysql

View File

@ -14,4 +14,6 @@ clean:
sudo rm ./app/cache -rf
sudo rm ./Docker/mariadb/mysql/* -rf
sass:
sass --watch ./webui/css/index.scss:./webui/css/index.css &
sass --watch ./webui/css/index.scss:./webui/css/index.css &
ui-test:
cd ui; env CHROME_BIN=/usr/bin/chromium npm test