feat: add Docker support, refactor DB layer, update API responses
This commit is contained in:
+17
-8
@@ -1,9 +1,18 @@
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
build/
|
||||
.dart_tool/
|
||||
.git/
|
||||
.github/
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
*.md
|
||||
!.gitignore
|
||||
.DS_Store
|
||||
.idea/
|
||||
.packages
|
||||
.vscode/
|
||||
*.iml
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.Dockerfile
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user