-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add .idea config #23
base: main
Are you sure you want to change the base?
Add .idea config #23
Conversation
We should add an entry to |
<module type="WEB_MODULE" version="4"> | ||
<component name="NewModuleRootManager"> | ||
<content url="file://$MODULE_DIR$"> | ||
<excludeFolder url="file://$MODULE_DIR$/vendor/sebastian/code-unit" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mglaman These all look like they would be specific to a project? Or is the idea to cover common cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea, this is autogenerated so it should be the same across everyday use cases. I made this and never used it.
The Problem/Issue/Bug
Fixes #22
How this PR Solves The Problem
Adds initial .idea
Manual Testing Instructions
Run a session, open PhpStorm. Run the
drush status
runner.Related Issue Link(s)
Release/Deployment notes