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

feature/cursorrules #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 9, 2024

  1. Added React Native Expo .cursorrules

     .cursorrules files define custom rules for Cursor AI to follow when generating code, allowing us to tailor its behavior to your specific needs and preferences.
    durul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8883433 View commit details
    Browse the repository at this point in the history
  2. Refactoring .cursorrules file

    1. Added more comprehensive folder structure with new directories
    2. Expanded best practices list
    3. Added naming conventions section
    4. Added file organization rules
    5. Expanded additional instructions
    6. Added more specific component organization under components/
    7. Included auth-related files and hooks
    8. Added configuration and environment management
    9. Included type definition organization
    
    This structure now better supports a scalable React Native Expo application with proper separation of
    concerns and maintainable code organization.
    durul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f41cac7 View commit details
    Browse the repository at this point in the history