浏览代码

Fix .gitignores so /my/ is correctly processed.

Herbert Vojčík 6 年之前
父节点
当前提交
03222e7b92
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 2 0
      root/gitignore-file
  2. 0 1
      root/my/gitignore-file

+ 2 - 0
root/gitignore-file

@@ -1,6 +1,8 @@
 /node_modules/
 /bower_components/
 
+/my/
+
 /test_runner.js
 
 /config.js

+ 0 - 1
root/my/gitignore-file

@@ -1 +0,0 @@
-**