Skip to content

Commit

Permalink
ignore/types: add edn type from Clojure ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob authored and BurntSushi committed Jul 29, 2019
1 parent 08ae4da commit bc37c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("d", &["*.d"]),
("dhall", &["*.dhall"]),
("docker", &["*Dockerfile*"]),
("edn", &["*.edn"]),
("elisp", &["*.el"]),
("elixir", &["*.ex", "*.eex", "*.exs"]),
("elm", &["*.elm"]),
Expand Down

0 comments on commit bc37c32

Please sign in to comment.