浏览代码

misc: ignore jshint files

They are automatically created by precommit-hook:
362a202498/bin/install (L5-L6)
master
Saúl Ibarra Corretgé 7 年前
父节点
当前提交
602c8610bf
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      .gitignore

+ 5
- 0
.gitignore 查看文件

71
 
71
 
72
 # Bundle artifact
72
 # Bundle artifact
73
 *.jsbundle
73
 *.jsbundle
74
+
75
+# precommit-hook
76
+.jshintignore
77
+.jshintrc
78
+

正在加载...
取消
保存