Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .hgignore

Issue 29643562: Issue 5689 - Add rules for CSS declaration order to stylelint-config-eyeo (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Dec. 18, 2017, 9:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | stylelint-config-eyeo/README.md » ('j') | stylelint-config-eyeo/css-properties-order.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
===================================================================
--- a/.hgignore
+++ b/.hgignore
@@ -3,8 +3,9 @@
*.pyo
.tox/
__pycache__/
*.egg-info/
build/
dist/
.cache/
.coverage
+stylelint-config-eyeo/node_modules/
Thomas Greiner 2018/01/09 14:15:05 Detail: What about making this more generic and wr
ire 2018/01/10 10:18:51 Great idea, done.
« no previous file with comments | « no previous file | stylelint-config-eyeo/README.md » ('j') | stylelint-config-eyeo/css-properties-order.js » ('J')

Powered by Google App Engine
This is Rietveld