mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
23 lines
283 B
Plaintext
23 lines
283 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Build Output Folder
|
|
/dist
|
|
/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 |