You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/03/30 05:21:36 UTC

[12/16] git commit: [flex-asjs] [refs/heads/feature/chart-work] - Exclude .idea folder from rat checking

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 <pi...@apache.org>
Authored: Wed Mar 29 06:20:28 2017 +0200
Committer: piotrz <pi...@apache.org>
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>