.sixthignore
file is a project-level configuration file that tells Sixth which files and directories to ignore when analyzing your codebase. Similar to .gitignore
, it uses pattern matching to specify which files should be excluded from Sixth’s context and operations.
@
to reference files or folders.user-authentication.js
. We need to implement user login with JWT tokens. Here are the requirements…”sixth_docs/user-dashboard-summary.md
.”