Don't redownload files if they have already been downloaded

Also added media file to .gitignore to prevent accidently commiting media
This commit is contained in:
Xerbo 2019-11-05 17:24:01 +00:00
parent e29cbe22e9
commit 020f10502b
2 changed files with 35 additions and 12 deletions

18
.gitignore vendored
View file

@ -1,2 +1,18 @@
# Pictures
*.jpg
*.png
*.bmp
*.gif
# Audio
*.mp3
*.wav
*.wmv
# Flash
*.swf
# Documents
*.txt
*.pdf
*.doc
*.docx
# Swap files
*.swp