소스 검색

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 @@
-**