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

Side by Side 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: Rebase, ignore node_modules in any subdirectory Created Jan. 10, 2018, 10:17 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.pyo 3 *.pyo
4 .tox/ 4 .tox/
5 __pycache__/ 5 __pycache__/
6 *.egg-info/ 6 *.egg-info/
7 build/ 7 build/
8 dist/ 8 dist/
9 .cache/ 9 .cache/
10 .coverage 10 .coverage
11 node_modules/
OLDNEW
« 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