From 667e84a1acbe8ad1466c6463e4eae17aa5567be0 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:02:49 -0400 Subject: [PATCH] Add .gitignore for build outputs and temporary files --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b44106 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore build outputs in host directories +host/*/*.html +host/*/*.png +host/*/*.pdf +host/*/from_client/ + +# Temporary files +*.tmp +tmp*/ + +# OS and editor files +.DS_Store +Thumbs.db +*~ +*.swp