What to gitignore from the .idea folder?git intellij-idea gitignore webstorm

The official support page should answer your question.

So in your .gitignore you might ignore the files ending with .iws, and the workspace.xml and tasks.xml files.

Leave a Comment