From 313d22be2e3f3dd480fb8157b91f92be2edeac55 Mon Sep 17 00:00:00 2001 From: rouggy Date: Tue, 24 Mar 2026 23:35:23 +0100 Subject: [PATCH] chore: fix .gitignore content --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..60c0636 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,37 @@ +@" +# Build outputs +build/bin/ +frontend/dist/ + +# Frontend dependencies +frontend/node_modules/ +frontend/.vite/ + +# Wails generated bindings +frontend/wailsjs/ + +# Go build cache +*.exe +*.test +*.out + +# TLE cache +satmaster_tle_cache.txt + +# OS & editor +.DS_Store +Thumbs.db +desktop.ini +.idea/ +.vscode/ +*.swp +*~ + +# Misc +tree +frontend/package.json.md5 +"@ | Set-Content .gitignore -Encoding UTF8 + +git add .gitignore +git commit -m "chore: fix .gitignore content" +git push \ No newline at end of file