claude-task-master/.cursorignore
Eyal Toledano c59bd8c9fc fix: Improve CLI flag validation for single-word flags
Fix issue with kebab-case validator incorrectly flagging single-word flags like --prompt. Refactor detectCamelCaseFlags to properly handle all single-word flags. Update tests to verify correct behavior with single-word and camelCase flags. Add support for alternative flag formats in init command (e.g., -my_name). This fixes a bug where users couldn't use the --prompt flag directly and had to use -p instead.
2025-03-26 15:54:51 -04:00

7 lines
118 B
Plaintext

package-lock.json
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
node_modules/