make own dummy, less confusing what is gem/engine and what is app

This commit is contained in:
2023-02-08 17:18:57 +02:00
parent ad237c3afb
commit 951ced7734
84 changed files with 255 additions and 90 deletions

10
.gitignore vendored
View File

@ -3,8 +3,8 @@
/log/*.log
/pkg/
/tmp/
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-*
/test/dummy/log/*.log
/test/dummy/storage/
/test/dummy/tmp/
/dummy/db/*.sqlite3
/dummy/db/*.sqlite3-*
/dummy/log/*.log
/dummy/storage/
/dummy/tmp/