excluded media from gitignore
This commit is contained in:
parent
c9cc2c2cb6
commit
71c3deba47
|
|
@ -268,7 +268,6 @@ Session.vim
|
|||
tags
|
||||
|
||||
### Project template
|
||||
vbv_lernwelt/media/
|
||||
|
||||
.pytest_cache/
|
||||
.ipython/
|
||||
|
|
@ -284,3 +283,4 @@ cypress/test-reports
|
|||
/server/vbv_lernwelt/static/css/tailwind.css
|
||||
/server/vbv_lernwelt/static/vue/
|
||||
/server/vbv_lernwelt/templates/vue/index.html
|
||||
!/server/vbv_lernwelt/media/
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rushstack/eslint-patch": "^1.1.0",
|
||||
"@testing-library/vue": "^6.6.0",
|
||||
"@types/d3": "^7.4.0",
|
||||
"@types/jsdom": "^16.2.14",
|
||||
"@types/node": "^16.11.26",
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue