Skip to content

Conversation

martin-rohwedder
Copy link

.idea added to .gitignore. .idea is the meta data folder used by the PHP IDE from JetBrains.

This is to avoid manually adding this every time a new project is created.

@@ -7,3 +7,4 @@ composer.lock
.env.php
.DS_Store
Thumbs.db
.idea
Copy link
Member

Choose a reason for hiding this comment

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

Surely it should be /.idea for consistency like we do for the other folders.

@martin-rohwedder
Copy link
Author

Yes, I commit the suggested changes now

@brunowego
Copy link

👍

@vanchelo
Copy link

My .gitignore

/bootstrap/compiled.php
/vendor
composer.phar
composer.lock
.env.*.php
.env.php
.DS_Store
Thumbs.db
.idea
_ide_helper.php

@GrahamCampbell
Copy link
Member

.DS_Store
Thumbs.db
.idea

All of those should not go in your .gitignore. They should go in your system's global .gitignore file.

@vanchelo
Copy link

of course

@hernandev
Copy link

+1 on @GrahamCampbell comment

@taylorotwell
Copy link
Member

See Graham's comment.

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.

6 participants