excluded media from gitignore

This commit is contained in:
Lorenz Padberg 2022-06-30 11:03:20 +02:00
parent c9cc2c2cb6
commit 71c3deba47
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -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/

View File

@ -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",