From 6c8b65ad45e0d4b632fc0918084c5e9a4ec9b7b9 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 15 Aug 2025 15:38:00 -0300 Subject: [PATCH] chore: revert #25, do not ask llm update `.gitignore` We're now creating `.crush/.gitignore` automatically. --- internal/llm/prompt/init.md | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/llm/prompt/init.md b/internal/llm/prompt/init.md index 88ca7de867db9503fa3deb6ca690ad647c9f66cf..edada7f77b9c497873d71b6f5b1fd12fbeef387f 100644 --- a/internal/llm/prompt/init.md +++ b/internal/llm/prompt/init.md @@ -7,4 +7,3 @@ The file you create will be given to agentic coding agents (such as yourself) th If there's already a **CRUSH.md**, improve it. If there are Cursor rules (in `.cursor/rules/` or `.cursorrules`) or Copilot rules (in `.github/copilot-instructions.md`), make sure to include them. -Add the `.crush` directory to the `.gitignore` file if it's not already there.