diff options
| author | Elena Vilchik | 2019-12-18 17:10:10 +0100 |
|---|---|---|
| committer | Alban Auzeill | 2019-12-18 17:10:10 +0100 |
| commit | c8f0071c4f5336dfe0efc5d3c218ab49f2401264 (patch) | |
| tree | 254cd5ed9531d7c62bab4f8ec082e085795ecb8f /.gitignore | |
| parent | 13fe08e87c8a70ffe6e248b774ef826bbe1f779d (diff) | |
| download | sonar-css-c8f0071c4f5336dfe0efc5d3c218ab49f2401264.tar.bz2 | |
Rely on NodeJS API of Stylelint to execute CSS rules (#221)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,7 +24,6 @@ out/ .project .settings/ .classpath -bin/ # --- SonarQube .sonar/ @@ -43,3 +42,8 @@ node_modules/ # Visual Studio .vs/ + +# CSS-bundle +sonar-css-plugin/css-bundle/test-report.xml +sonar-css-plugin/css-bundle/coverage/ +sonar-css-plugin/css-bundle/lib/ |
