License headers should not be added to html files

This commit is contained in:
Tuna Aksoy
2016-03-11 10:00:35 +00:00
parent 4deba195ea
commit b938f45784

View File

@@ -284,6 +284,7 @@
<exclude>**/*.xml</exclude> <exclude>**/*.xml</exclude>
<exclude>**/*.json</exclude> <exclude>**/*.json</exclude>
<exclude>**/*.txt</exclude> <exclude>**/*.txt</exclude>
<exclude>**/*.html</exclude>
</excludes> </excludes>
</configuration> </configuration>