Skip to content

Commit

Permalink
Add *.iml (IDEA Ultimate project files) to .gitignore
Browse files Browse the repository at this point in the history
IDEA has the nasty habit of dropping <projectname>.iml right in
the project root instead of the .idea directory.

Change-Id: I129e05fbb7ec478321756bbfc5c27e340510efb2
  • Loading branch information
tgr authored and marxarelli committed Sep 24, 2015
1 parent 4e605ce commit 1a21b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,3 +26,4 @@
/node_modules
/tmp
/doc/
/*.iml

0 comments on commit 1a21b7a

Please sign in to comment.