From c7f21bd845d903646c8270541dfbdc258da24414 Mon Sep 17 00:00:00 2001
From: William Monroe <wsmonroe@uab.edu>
Date: Thu, 26 Mar 2020 11:16:14 -0500
Subject: [PATCH] cleaning up the git environment for this repo

---
 .gitattributes | 1 +
 .gitignore     | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2c2ef30
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.ipynb filter=nbstrip_full
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..58b0815
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.ipynb_checkpoints
+*/.ipynb_checkpoints/*
-- 
GitLab