Files
Freedom-Loader/.gitignore

35 lines
384 B
Plaintext

# Dependencies
/node_modules
# Build Output Folder
/dist
/out
/srpm-out
# .env
*.env
# Config JSON File. Create it and fill it if you want to have dev only settings
config/config.dev.json
# IDE
.idea/
.vscode/
.zed/
# OS generated files
.DS_Store
.DS_Store?
Thumbs.db
# Linux executable
ffmpeg
ffprobe
deno
yt-dlp
# Windows Executable
ffmpeg.exe
ffprobe.exe
deno.exe
yt-dlp.exe