Browse Source

Fix .gitignores so /my/ is correctly processed.

Herbert Vojčík 6 years ago
parent
commit
03222e7b92
2 changed files with 2 additions and 1 deletions
  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 @@
-**