Files
Freedom-Loader/.gitignore
MasterAcnolo a56a070bc8 feat: support Linux. Refactor resources architecture. Create build script
Currently, themes are disabled and firefox notification too.
2026-06-28 21:32:49 +02:00

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