소스 검색

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 11 년 전
부모
커밋
903b2735e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore 파일 보기

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

Loading…
취소
저장