Преглед изворни кода

fix(gitignore): absolute path for user.yml file

.gitignore contained complete path to /vars/user.yml but we want to ignore the
locale version inside local vars directory
Bertrand Cachet пре 10 година
родитељ
комит
903b2735e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore Прегледај датотеку

@@ -1 +1 @@
1
-/vars/user.yml
1
+vars/user.yml

Loading…
Откажи
Сачувај