fix(backend): added media folder to github

This commit is contained in:
Rushil Umaretiya 2021-01-31 00:25:16 -05:00
parent 2da01f8737
commit fab6969e78
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959
4 changed files with 2 additions and 1 deletions

1
backend/.gitignore vendored
View File

@ -7,7 +7,6 @@ __pycache__/
local_settings.py local_settings.py
db.sqlite3 db.sqlite3
db.sqlite3-journal db.sqlite3-journal
media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly. # in your Git repository. Update and uncomment the following line accordingly.

2
backend/media/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.jpg
!default.jpg

BIN
backend/media/default.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File