Skip to content

Add .idea pattern to gitignore #1655

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

Merged
merged 3 commits into from
Mar 29, 2018
Merged

Add .idea pattern to gitignore #1655

merged 3 commits into from
Mar 29, 2018

Conversation

gilwi
Copy link
Contributor

@gilwi gilwi commented Mar 28, 2018

Add gitignore pattern for .idea folders
Remove ci/.idea folder introduced in #1528

.gitignore Outdated
@@ -32,3 +32,4 @@ Thumbs.dbi
*.elc
.\#*
*.sublime-workspace
**.idea
Copy link
Contributor

@GuessWhoSamFoo GuessWhoSamFoo Mar 29, 2018

Choose a reason for hiding this comment

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

.idea/ should work fine or maybe **/.idea. The current glob pattern might be confusing/look for the extension .idea.

@GuessWhoSamFoo GuessWhoSamFoo changed the title Add .idea pattern to gitignore #1642 Add .idea pattern to gitignore Mar 29, 2018
@GuessWhoSamFoo GuessWhoSamFoo merged commit 3c0c76d into linode:master Mar 29, 2018
@GuessWhoSamFoo
Copy link
Contributor

@gilwi Thanks 👍

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