소스 검색

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,