Browse Source

Add ignored dirs to bower.json

Estevão Soares dos Santos 10 years ago
parent
commit
e3283e38e2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bower.json

+ 4 - 0
bower.json

@@ -6,6 +6,10 @@
         "John Fraser"
     ],
     "main": ["src/showdown.js"],
+    "ignore": [
+        ".jshintrc",
+        "perlMarkdown/*"
+    ],
     "repository": {
         "type": "git",
         "url": "https://github.com/showdownjs/showdown.git"