Exclude .github from rat check
diff --git a/pom.xml b/pom.xml
index a825fa9..7894c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,7 @@
 								<exclude>**/.settings/**</exclude>
 								<exclude>**/eclipse-classes/**/*</exclude>
 								<exclude>.gitignore</exclude>
+                <exclude>.github/**/*</exclude>
 								<exclude>*.md</exclude>
 								<exclude>*.cfg</exclude>
 								<exclude>**/*.md</exclude>