All the project specific settings for project are stored under the .idea folder.
While working, a new file (vcs.xml
) was created and hence it gives you the option to add it to Git. The files in the .idea/
should generally not reach Git, and it’s usually better to add it to .gitignore
file.