Skip to content
Snippets Groups Projects
Unverified Commit 0cfad3a2 authored by Joshua Sedler's avatar Joshua Sedler Committed by GitHub
Browse files

feat(ruleset): Exclude ".min.css" files from the Drupal ruleset (#3269399 by Grevil)

parent 243ad26c
Branches
Tags 8.3.15
No related merge requests found
......@@ -297,4 +297,7 @@
<exclude-pattern>*/\.svn/*</exclude-pattern>
<exclude-pattern>*/\.hg/*</exclude-pattern>
<exclude-pattern>*/\.bzr/*</exclude-pattern>
<!-- Ignore minified CSS files.-->
<exclude-pattern>*\.min\.css$</exclude-pattern>
</ruleset>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment