Fix UI bugs, update CI, update gitignore
Some checks failed
Automated Container Build / build-and-push (push) Failing after 25s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 25s
This commit is contained in:
parent
9ae078e47b
commit
2a3aa32996
3 changed files with 50 additions and 25 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -11,3 +11,16 @@ build/
|
|||
out/
|
||||
|
||||
# Local application run data
|
||||
backend/storage/
|
||||
backend/data/
|
||||
.uploads/
|
||||
test/
|
||||
test*/
|
||||
Textbooks/
|
||||
*.pdf
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.mp4
|
||||
*.mkv
|
||||
*.mov
|
||||
|
|
|
|||
Reference in a new issue