8
0
Просмотр исходного кода

Added `mrgit.json` to `.gitignore`.

Maciej Bukowski 5 лет назад
Родитель
Сommit
5499c20cbe
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -8,5 +8,8 @@ lerna-debug.log
 .idea
 .vscode
 
-# `yarn.lock` needs to be ommited from commited files because it might contain info about private repositories.
+# Ignore `yarn.lock` - this file might contain info from external repositories.
 yarn.lock
+
+# Ignore `mrgit.json` this file contains info about external repositories.
+mrgit.json