mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
feat: add basic wireframes for frontend and working parser code for backend.
This commit is contained in:
parent
ddda706701
commit
614edd1d34
38 changed files with 14780 additions and 1 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Backend
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
venv/
|
||||
.env
|
||||
.pytest_cache/
|
||||
|
||||
# Frontend
|
||||
node_modules/
|
||||
.angular/
|
||||
dist/
|
||||
.env
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
.env/
|
||||
Loading…
Add table
Add a link
Reference in a new issue