瀏覽代碼

Default ignores included in bower.json

Herbert Vojčík 11 年之前
父節點
當前提交
d4f5930419
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      template.js

+ 7 - 0
template.js

@@ -75,6 +75,13 @@ exports.template = function(grunt, init, done) {
         "name": props.name,
         "description": props.description,
         "version": props.version,
+        "ignore": [
+          "**/.*",
+          "node_modules",
+          "bower_components",
+          "test",
+          "tests"
+        ],
         "authors": [
             {
                 "name": props.author_name,