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

.gitignore: reformatted and added IDE patterns #30

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

pasabanov
Copy link
Contributor

  1. The lines
    /target
    /*/target
    
    can be replaced with a single line
    target/
    
  2. Added patterns for IntelliJ IDEA family and VS Code IDEs.
    Used asterisk syntax to allow potential path exclusions in the future (e.g., !/.idea/runConfigurations/).

Copy link
Collaborator

@complexspaces complexspaces left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@complexspaces complexspaces merged commit f128885 into 1Password:main Sep 21, 2024
42 checks passed
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.

2 participants