Github user ckadner commented on a diff in the pull request:
https://github.com/apache/bahir/pull/57#discussion_r155697683
--- Diff: pom.xml ---
@@ -458,7 +458,7 @@
<excludes>
<exclude>.gitignore</exclude>
<exclude>.repository/</exclude>
- <exclude>.idea/</exclude>
+ <exclude>**/.idea/**</exclude>
--- End diff --
this change should not be necessary. the `.idea/` folder should only get
created at the project root level. any nested files and folders are already
covered. maybe a mishap when setting up IntelliJ?
---