Moved everything from src to root directory

This commit is contained in:
Jason Zhu 2020-11-12 18:21:04 +11:00
parent 830c5c01ee
commit acc73e287d
34 changed files with 5 additions and 5 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
.vscode .vscode
src/static src/static
db.sqlite3
geckodriver.log
virtualenv
**__pycache__**

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

4
src/.gitignore vendored
View File

@ -1,4 +0,0 @@
db.sqlite3
geckodriver.log
virtualenv
**__pycache__**