summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMarcin Nowak-Liebiediew <marcin.liebiediew@dfinity.org>2022-10-20 15:22:41 +0200
committerGitHub <noreply@github.com>2022-10-20 09:22:41 -0400
commiteab044d829e1f5bcd1d3fd6a6f49ff732240da09 (patch)
treebd8aacd18cd0f9137fb4cc3c5c23f94405a79553 /crates
parent55e62a4411f5f32413a9366f78eed4536854b59b (diff)
ignore/types: add motoko and candid
See: https://github.com/dfinity/candid See: https://github.com/dfinity/motoko PR #2335
Diffstat (limited to 'crates')
-rw-r--r--crates/ignore/src/default_types.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index b3a5c958..0c9f8be4 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -32,6 +32,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("bzip2", &["*.bz2", "*.tbz2"]),
("c", &["*.[chH]", "*.[chH].in", "*.cats"]),
("cabal", &["*.cabal"]),
+ ("candid", &["*.did"]),
("cbor", &["*.cbor"]),
("ceylon", &["*.ceylon"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),
@@ -154,6 +155,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("mint", &["*.mint"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),
+ ("motoko", &["*.mo"]),
("msbuild", &[
"*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets",
]),