瀏覽代碼

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…
取消
儲存