Exclude .idea folder from rat checking

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/82b51ba2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/82b51ba2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/82b51ba2

Branch: refs/heads/feature/chart-work
Commit: 82b51ba22bb50ee0c8f89231d05473b80d3a39d8
Parents: 6c71106
Author: piotrz <[email protected]>
Authored: Wed Mar 29 06:20:28 2017 +0200
Committer: piotrz <[email protected]>
Committed: Wed Mar 29 06:20:28 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/82b51ba2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8cf9166..3b7fb24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,7 @@
             <exclude>testsuite/**</exclude>
                        <!-- Ignore IntelliJ IDEA project files -->
                        <exclude>**/*.iml</exclude>
+                       <exclude>**/.idea/**</exclude>
           </excludes>
         </configuration>
         <dependencies>

Reply via email to