From fc6574e144d9e23d566767a5cda9767b5fdda1e1 Mon Sep 17 00:00:00 2001 From: Ryan Randles Jones <rrand11@login001.cm.cluster> Date: Wed, 5 Aug 2020 15:19:08 -0500 Subject: [PATCH] adding missing gitcomfig file --- gitconfig.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gitconfig.txt diff --git a/gitconfig.txt b/gitconfig.txt new file mode 100644 index 0000000..2fb335e --- /dev/null +++ b/gitconfig.txt @@ -0,0 +1,11 @@ +[core] +attributesfile = ~/.gitattributes +[filter "nbstrip_full"] +clean = "jq --indent 1 \ + '(.cells[] | select(has(\"outputs\")) | .outputs) = [] \ + | (.cells[] | select(has(\"execution_count\")) | .execution_count) = null \ + | .metadata = {\"language_info\": {\"name\": \"python\", \"pygments_lexer\": \"ipython3\"}} \ + | .cells[].metadata = {} \ + '" +smudge = cat +required = true -- GitLab