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

feat: add Jetbrains .idea dir to .gitignore #3169

Merged

Conversation

Autsider666
Copy link
Contributor

Jetbrains IDEs create a .idea dir in each repository to store configurations (like .vs and .vscode).

I'm aware that .git/info/exclude can be used as a localized .gitignore file or ~/..config/git/ignore for global ignores, so I'll leave it up to the maintainers if this solution is ok.

Changes:

  • Added .idea to .gitignore to prevent this dir from accidentally being committed.

@eonarheim
Copy link
Member

@Autsider666 works for me!

@eonarheim eonarheim merged commit 76f65bd into excaliburjs:main Aug 7, 2024
3 of 4 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