From 0894b438a10e8aee0a6c51c07722cd82ea781f4a Mon Sep 17 00:00:00 2001 From: Jesus David Bermudez Sanchez <bernmudezj@jupyterMiLAB> Date: Wed, 7 Apr 2021 11:31:48 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adimos=20el=20archivo=20gitignore=20con?= =?UTF-8?q?=20los=20checkpoints=20de=20los=20Notebook=20de=20Jupyter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f93107 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ipynb_check_points/ -- GitLab