chore: Add frontend artifacts to gitignore

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
Georg Krause 2024-02-06 10:21:36 +01:00 committed by Kasper Seweryn
parent b00d782006
commit 51f56bc808
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -85,8 +85,12 @@ front/yarn-debug.log*
front/yarn-error.log* front/yarn-error.log*
front/tests/unit/coverage front/tests/unit/coverage
front/tests/e2e/reports front/tests/e2e/reports
front/test_results.xml
front/coverage/
front/selenium-debug.log front/selenium-debug.log
docs/_build docs/_build
#Tauri
front/tauri/gen
/data/ /data/
.env .env