Skip to content

Commit 083a246

Browse files
committed
ignore .quarto_ipynb files by default
1 parent d256fb5 commit 083a246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/project-gitignore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { lines } from "../core/text.ts";
1515
import { isEnvDir } from "../core/jupyter/capabilities.ts";
1616
import { isWindows } from "../deno_ral/platform.ts";
1717

18-
export const kQuartoIgnore = [`/${kQuartoScratch}/`];
18+
export const kQuartoIgnore = [`/${kQuartoScratch}/`, `**/*.quarto_ipynb`];
1919

2020
export async function ensureGitignore(
2121
dir: string,

0 commit comments

Comments
 (0)