From 817234a920963e5f13a5bf2b78e2f9c6949ab8e1 Mon Sep 17 00:00:00 2001 From: gastonq Date: Fri, 28 Jun 2019 16:07:48 +0000 Subject: [PATCH 1/2] initial changes to git hidden files --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d9d6885 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ipynb filter=nbstripout + +*.ipynb diff=ipynb diff --git a/.gitignore b/.gitignore index 4df4b39..05d45ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .gitattributes __pycache__ *.swp +*.algo From c6be152469bacf3fa59e7686bc13125730c7ec85 Mon Sep 17 00:00:00 2001 From: gastonq Date: Fri, 28 Jun 2019 16:15:23 +0000 Subject: [PATCH 2/2] delete the ignore of .gitattribute file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05d45ff..4f912c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .ipynb_checkpoints -.gitattributes + __pycache__ *.swp *.algo