chore: add seeding data

This commit is contained in:
Steven
2022-09-12 09:39:27 +08:00
parent 5f48be3b7a
commit e82c821396
8 changed files with 119 additions and 5 deletions

14
.gitignore vendored
View File

@ -1 +1,13 @@
.air
# Air (hot reload) generated
.air
# temp folder
tmp
# Frontend asset
web/dist
# build folder
build
.DS_Store