summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM Pacer <mpacer@berkeley.edu>2017-11-10 14:38:46 -0800
committerAndrew Gallant <jamslam@gmail.com>2017-11-22 06:56:30 -0500
commit231698f802c0c8abdb7bdfe65f9110a9c596ba63 (patch)
treeea53e7ace75b04eb2e83d59c6fdc5e285c42cfb7
parent3e8b44619d5f4d69be1e31fe188300bd6a12a233 (diff)
switch nb to jupyter
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
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"]),