Carpeta .idea

¿Cómo puedo configurar PhpStorm para que no cree la carpeta .idea?

 

0
4 comments

Unfortunately, there's no such way. The project configuration has to be kept somewhere, and PhpStorm doesn't support .ipr files the way IDEA does.

However, there's a way around. You can create an empty project somewhere else, and then add the actual project as a content root. This way, the .idea folder will be kept separately of the project itself.

https://www.jetbrains.com/help/phpstorm/content-root.html

0

No entiendo como hacerlo, habrá algún ejemplo para guiarme (de preferencia video)

0

Something like that: https://drive.google.com/file/d/1r2DeknJ2PNA-fNe4dF7wuP_lAVCp3acz
Also, could you please describe why you don't want the .idea folder to be created?

1

Honestamente lo veo innecesario ☺️☺️

0

Please sign in to leave a comment.