From a9152446d29ceacf25eaf50261ebc3c43a560ebe Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 2 Nov 2020 00:52:34 -0300 Subject: [PATCH] Inicio de git con ignores --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5edc3ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# PyCharm +/.idea/ + +# PipEnv +Pipfile.lock \ No newline at end of file