ignore auth.json in sigil

This commit is contained in:
2026-03-12 12:30:01 +00:00
parent ed70a369e5
commit ec88e63a07
+1
View File
@@ -8,5 +8,6 @@ return {
"**/node_modules", "**/node_modules",
"**/pnpm-lock.yaml", "**/pnpm-lock.yaml",
"**/.pnpm", "**/.pnpm",
"**/auth.json",
}, },
} }