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

1
.gitignore vendored
View File

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

2
back/.gitignore vendored
View File

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

View File

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