You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeff-downloader/.gitignore

37 lines
577 B
Plaintext

# Node modules
node_modules
package-lock.json
# Adonis directory for storing tmp files
tmp
# Environment variables, never commit this file
.env
# List of proxy
proxy/proxy.json
# The development sqlite file
database/development.sqlite
# VSCode & Webstorm history directories
.history
.idea
# MacOS useless file
.DS_Store
# video files
public/uploads/*.mp4
public/uploads/*.webm
public/uploads/*.mp3
public/uploads/*.flac
public/uploads/hidden/*.mp4
public/uploads/hidden/*.webm
public/uploads/hidden/*.mp3
public/uploads/hidden/*.flac
# Thumbnail
public/Thumbnail/*.*