Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .cursorignore file to ignore .genaiscript, node_modules, and built directories #682

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

pelikhan
Copy link
Member

@pelikhan pelikhan commented Sep 1, 2024

  • A new file .cursorignore is created. ⭐ πŸ†•
  • There are three directories added to the .cursorignore file, which are:
    • .genaiscript/ πŸ“„
    • node_modules/ πŸ“¦
    • built/ πŸ› οΈ
  • This indicates that these directories are being ignored by the cursor actions. Essentially, any files in these directories will be ignored by some processes (like search or Git operations). πŸ™ˆ
  • It seems to be a way to optimize the processes by reducing the scope of files to scan or operate upon. πŸš€
  • Note: There's no newline at the end of the file. End of file newlines are good to give a clear termination to the file and helps certain utilities processing them without any issue. ℹ️

Just to clarify, there are no changes in the user-facing API ("packages/core/src/prompt_template.d.ts" and "packages/core/src/prompt_type.ts") present in the GIT_DIFF provided. πŸ‘Œ

generated by pr-describe

@pelikhan pelikhan merged commit 3d2f1aa into main Sep 1, 2024
10 of 11 checks passed
@pelikhan pelikhan deleted the cursor-support branch September 1, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant