🐍 UnitTest added to gitignore

This commit is contained in:
NikolajDanger
2020-04-08 22:10:50 +02:00
parent ceb4dded57
commit 1619dd03a0

3
.gitignore vendored
View File

@ -146,8 +146,11 @@ cython_debug/
# static files generated from Django application using `collectstatic` # static files generated from Django application using `collectstatic`
media media
static static
.vscode/ .vscode/
token.txt token.txt
resources/swcharacters.json resources/swcharacters.json
resources/trivia.json resources/trivia.json
resources/destinyPoints.txt resources/destinyPoints.txt
gwendolynTest.py