From 4145029ed4decb4ed98b0634470335bb82f5d9c9 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 6 Aug 2026 01:04:39 -0400 Subject: [PATCH] chore(submodules): remove breeze-icons - downloads automatically --- .gitignore | 24 ++++++++++++++++++++++++ breeze-icons | 1 - 2 files changed, 24 insertions(+), 1 deletion(-) delete mode 160000 breeze-icons diff --git a/.gitignore b/.gitignore index ab17bd5..b1ec574 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +#### Submodules +breeze-icons/ # ──────────────── Added by agents-init ────────────────── # agents-init --agents @@ -14,3 +16,25 @@ docs/specs docs/devlogs # ──────────────────────────────────────────────────────── /target + +# id: gi-patterns-b05185fcb02652ad80fb49aa015b2ae8 +# Created by https://www.toptal.com/developers/gitignore/api/rust +# Edit at https://www.toptal.com/developers/gitignore?templates=rust + +### Rust ### +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +# End of https://www.toptal.com/developers/gitignore/api/rust diff --git a/breeze-icons b/breeze-icons deleted file mode 160000 index f8d5285..0000000 --- a/breeze-icons +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f8d528544fae6b014033fb9ff5a9d2b888cb45b4