bx-865-apps #1
|
@ -1,3 +1,4 @@
|
|||
.venv
|
||||
poetry.lock
|
||||
files/*
|
||||
files/*
|
||||
.vscode/
|
|
@ -89,6 +89,6 @@ local_settings.py
|
|||
.env
|
||||
db.sqlite3
|
||||
|
||||
migrations/00*
|
||||
/**/migrations/00*
|
||||
|
||||
files/*
|
|
@ -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']
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue