From 916cc7764a468447b2ce0eebcca959ea3acefb17 Mon Sep 17 00:00:00 2001 From: Gregor Klevze Date: Tue, 13 Jan 2026 07:31:18 +0100 Subject: [PATCH] chore: add .gitignore to ignore build artifacts and binaries --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..334fd0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,37 @@ +# Node +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +package-lock.json + +# Tauri / Rust +/target/ +/src-tauri/binaries/ +/src-tauri/target/ + +# Local build artifacts +/dist/ +/build/ + +# FFmpeg / downloaded binaries +/ffmpeg/bin/ + +# Editor / OS files +.vscode/ +.DS_Store +Thumbs.db + +# Logs and temp +*.log +*.tmp + +# Generated by tools +/tools/*.cache + +# Misc +*.tgz +.env # Logs logs *.log