Files
Freedom-Loader/.gitignore
2026-07-27 22:40:30 +02:00

24 lines
293 B
Plaintext

# Dependencies
/node_modules
# Build Output Folder
/dist
/out
/srpm-out
# Config JSON File. Create it and fill it if you want to have dev only settings
config/config.dev.json
# IDE
/.idea
/.vscode
# Linux executable
ffmpeg
ffprobe
deno
# Windows Executable
ffmpeg.exe
ffprobe.exe
deno.exe