Browse Source

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

Code_Uwe 1 day ago
parent
commit
8449820561
1 changed files with 4 additions and 0 deletions
  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