Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/
Copy link
Contributor

Choose a reason for hiding this comment

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

IMHO the settings folder of your IDE such as .idea for PHPStorm or netbeans for NetBeans should always be included as part of your Global Git Ignore but never in a project's Git Ignore file.

Copy link
Author

Choose a reason for hiding this comment

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

I agree, although PHPStorm has established itself as a defacto standard.

Copy link
Contributor

@DavidGarciaCat DavidGarciaCat Jan 12, 2019

Choose a reason for hiding this comment

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

I had a few weeks ago, I had a discussion about IDEs with a colleague that basically said he has a love/hate relationship with PHPStorm. Also, until a few months ago, I was working with another developer who moved back to Netbeans due to PHPStorm was ”too slow”.

Although I love PHPStorm, I understand that not everyone wants to use it.

/vendor/
composer.lock
Loading