浏览代码

Add build/bin to gitignore

When phantomjs and karma are not installed globally, they are installed into this folder.

Signed-off-by: Felix A. Epp <work@felixepp.de>
tags/v11.0RC2
Felix A. Epp 7 年前
父节点
当前提交
711bc4f3d6
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      .gitignore

+ 3
- 2
.gitignore 查看文件

@@ -71,7 +71,7 @@ RCS/*
.project
.settings

# netbeans
# netbeans
nbproject

# phpStorm
@@ -90,7 +90,7 @@ nbproject

# ack(-grep)
.ackrc
# Mac OS
.DS_Store

@@ -105,6 +105,7 @@ nbproject
/build/node_modules/

# nodejs
/build/bin
/build/lib/
/build/jsdocs/
/npm-debug.log

正在加载...
取消
保存