소스 검색

RHL-005-fix(env): add local NAS directory and cookies.txt to .gitignore

Code_Uwe 1 일 전
부모
커밋
8449820561
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -34,6 +34,10 @@ yarn-error.log*
 .env*
 !.env*.example
 
+# local fixtures / test artifacts
+.local_nas/
+cookies.txt
+
 # vercel
 .vercel