updated ignore rules based on discussion

This commit is contained in:
Ben Thomas 2013-11-29 09:37:27 -07:00
parent cf063f7064
commit fd0816d853

View File

@ -12,10 +12,12 @@
"./fonts/*" "./fonts/*"
], ],
"ignore": [ "ignore": [
"less/*", "*/.*",
"scss/*", "*.json",
"src/*", "src",
"*.yml", "*.yml",
"Gemfile",
"Gemfile.lock",
"*.md" "*.md"
] ]
} }