mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
feat: support Linux. Refactor resources architecture. Create build script
Currently, themes are disabled and firefox notification too.
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,15 +1,23 @@
|
||||
# Dependencies
|
||||
/node_modules
|
||||
/downloads
|
||||
|
||||
# Build Output Folder
|
||||
/dist
|
||||
/out
|
||||
|
||||
/ressources/ffmpeg.exe
|
||||
/ressources/ffprobe.exe
|
||||
/ressources/deno.exe
|
||||
|
||||
/theme/**
|
||||
|
||||
# Config JSON File. Create it and fill it if you want to have dev only settings
|
||||
config/config.dev.json
|
||||
|
||||
logs/*.json
|
||||
logs/*.log
|
||||
# IDE
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
# Linux executable
|
||||
ffmpeg
|
||||
ffprobe
|
||||
deno
|
||||
|
||||
# Windows Executable
|
||||
ffmpeg.exe
|
||||
ffprobe.exe
|
||||
deno.exe
|
||||
Reference in New Issue
Block a user