2
0

Initial commit - forked from the corresponding Smartfront repositories.

This commit is contained in:
2023-09-11 18:01:37 +02:00
commit 7803630c76
53 changed files with 12259 additions and 0 deletions

4
logs/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything else in this directory.
*
!.gitignore
!web

3
logs/web/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore everything in this directory except this file.
*
!.gitignore