.ignore plugin writing differently-formatted lines than laravel-generated file
After installation and PHPStorm restart, clicking New > .ignore file > .gitignore file (Git) and then selecting Laravel, it shows lines:
node_modules/
public/hot
public/storage
storage/*.key
vendor/
But the .gitignore file generated by command `laravel new whatever` has the same lines differently:
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
I'm not seeing which would be correct.
Also I'm not seeing how to format text here (in this forum) to display as code-formatted for easier reading.
Please sign in to leave a comment.
I assume you are talking about this plugin?
https://plugins.jetbrains.com/plugin/7495--ignore
Basically, it could be a good idea to contact plugin developer directly.
In fact, I think that the latest comment on Plugin page is yours already. However, in my opinion, it worth submitting the request to the plugin-related tracker at:
https://github.com/hsz/idea-gitignore/issues
What is about forum text formatting, there is no default option to do this out-of-box but you may want to use any 3rd-party markdown editor and copy/paste formatted text here.