bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 4394dbc116 - Show all commits

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.venv .venv
poetry.lock poetry.lock
files/* files/*
.vscode/

2
back/.gitignore vendored
View File

@ -89,6 +89,6 @@ local_settings.py
.env .env
db.sqlite3 db.sqlite3
migrations/00* /**/migrations/00*
files/* files/*

View File

@ -17,5 +17,7 @@ declare module 'vue' {
IMdiVideo3d: typeof import('~icons/mdi/video3d')['default'] IMdiVideo3d: typeof import('~icons/mdi/video3d')['default']
Projects: typeof import('./src/components/Projects.vue')['default'] Projects: typeof import('./src/components/Projects.vue')['default']
RandomIcon: typeof import('./src/components/RandomIcon.vue')['default'] RandomIcon: typeof import('./src/components/RandomIcon.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
} }
} }