furaffinity-dl/.gitignore
Radiquum 04a09f07ad
commits squash
added:
- filter
- remove not fully downloaded file when exiting with CTRL + C
- ability to download description as a list
- ability to download a specific file

changed
- color output
- remove custom output directory
- making of directory tree based off username, category and rating
- default attributes value changes
- system messages parsing changes
- arguments & help text change - move metadata var to section where metadata == True - add page URL to metadata file
- some minor changes
2022-06-19 15:20:28 +05:00

16 lines
201 B
Text

# My cookies, committing them to a public repo would not be a good idea
cookies.txt
# Downloaded types
*.png
*.jpg
*.json
*.gif
*.swf
# Download folder
furaffinity-dl/
# vscode stuff
.vscode
ignore