From 35eecc0fff2ef8b5e0c07a93fe6dc4b2a7631943 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Tue, 10 Dec 2024 23:57:06 -0300 Subject: [PATCH] Edited .gitignore --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index aaee6b6..9a2b4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -132,10 +132,13 @@ dist # Specific *.env *.txt -*.json *.mp4 -*.exe +lastfm.json +sw-blocklist.txt package-lock.json -!resources.json -plugins/* -tmp/* \ No newline at end of file +tmp/ + +# Executables +*.exe +yt-dlp +ffmpeg \ No newline at end of file