krz/brand-bench

A dynamic brand documentation generator with Ollama integration.

clone: git clone https://gitbay.org/krz/brand-bench.git

4cf8f16a22caaedd0283e0e6f43c9e2811e39aeb

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T23:41:55Z

Untrack node_modules and dist

2,397 of 2,430 tracked files were node_modules, and dist/ was committed too:
16 MB of .git for 31 files of actual project. Neither belongs in git, and with
no .gitignore at all nothing was stopping them.

package-lock.json stays tracked, so a clean checkout still reinstalls the exact
same tree with npm ci.
 .gitignore | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..22557b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+node_modules/
+dist/
+
+# Vite
+.vite/
+*.local
+
+# Env
+.env
+.env.*
+!.env.example
+
+.DS_Store