Skip to content
Snippets Groups Projects
Commit fc6574e1 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

adding missing gitcomfig file

parent 09a54fc4
No related branches found
No related tags found
1 merge request!3Cores and runtime clustering
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment