Ignore markdown files from npm, Bower

This commit is contained in:
Daniel Hendricks 2018-09-24 14:11:00 -05:00
parent 4c1f5b9dd6
commit c584c00f87
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,6 @@ src/
bower.json
composer.json
gulpfile.js
# Repo files
*.md

View File

@ -5,6 +5,7 @@
"license": "MIT",
"ignore": [
"**/.*",
"*.md",
"demo",
"src",
"composer.json",