From 231698f802c0c8abdb7bdfe65f9110a9c596ba63 Mon Sep 17 00:00:00 2001 From: M Pacer <mpacer@berkeley.edu> Date: Fri, 10 Nov 2017 14:38:46 -0800 Subject: [PATCH] switch nb to jupyter --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index de2256ab..d2ccfc21 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -148,6 +148,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("json", &["*.json", "composer.lock"]), ("jsonl", &["*.jsonl"]), ("julia", &["*.jl"]), + ("jupyter", &["*.ipynb", "*.jpynb"]), ("jl", &["*.jl"]), ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), @@ -195,7 +196,6 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("msbuild", &[ "*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets" ]), - ("nb", &["*.ipynb", "*.jpynb"]), ("nim", &["*.nim"]), ("nix", &["*.nix"]), ("objc", &["*.h", "*.m"]),