mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-05 07:44:37 +00:00
Don't redownload files if they have already been downloaded Also added media file to .gitignore to prevent accidently commiting media
18 lines
131 B
Text
18 lines
131 B
Text
# Pictures
|
|
*.jpg
|
|
*.png
|
|
*.bmp
|
|
*.gif
|
|
# Audio
|
|
*.mp3
|
|
*.wav
|
|
*.wmv
|
|
# Flash
|
|
*.swf
|
|
# Documents
|
|
*.txt
|
|
*.pdf
|
|
*.doc
|
|
*.docx
|
|
# Swap files
|
|
*.swp
|