From e14f69eb7e300ce75e5d7fd71a9eb0724d54fd9c Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 17 Mar 2025 23:19:37 -0400 Subject: [PATCH] chore: Remove unused cursor rules (#1653) # What does this PR do? I think this was included accidentally via https://github.com/meta-llama/llama-stack/pull/1475. @raghotham @ashwinb let me know if it's intentional to include this. Signed-off-by: Yuan Tang --- .cursor/rules/general.mdc | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .cursor/rules/general.mdc diff --git a/.cursor/rules/general.mdc b/.cursor/rules/general.mdc deleted file mode 100644 index 24daef2ba..000000000 --- a/.cursor/rules/general.mdc +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: General rules always applicable across the project -globs: -alwaysApply: true ---- -# Style - -- Comments must add value to code. Don't write filler comments explaining what you are doing next; they just add noise. -- Add a comment to clarify surprising behavior which would not be obvious. Good variable naming and clear code organization is more important.