Should I add /idea/modules.xml
to gitignore
? What is it written about?
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/callre.iml" filepath="$PROJECT_DIR$/callreport.iml" /> </modules> </component> </project>
This is written, and why it is necessary to add the entire folder, how then the studio will understand it, or I don’t understand something
Update
I do a push at home and at work; in this file, these lines change each time:
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/callre.iml" filepath="$PROJECT_DIR$/callreport.iml" />
one or the other