Skip to content

Commit

Permalink
[Minor]ignore .idea_modules
Browse files Browse the repository at this point in the history
ignore .idea_modules ,  ```sbt/sbt gen-idea``` generate this dir.

Author: wangfei <wangfei1@huawei.com>

Closes apache#2476 from scwf/patch-4 and squashes the following commits:

e6ab88a [wangfei] ignore .idea_modules
  • Loading branch information
scwf authored and pwendell committed Sep 21, 2014
1 parent a0454ef commit fd0b32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.iml
*.iws
.idea/
.idea_modules/
sbt/*.jar
.settings
.cache
Expand Down

0 comments on commit fd0b32c

Please sign in to comment.