From 7fcb279a08efd11a0c0f95ba37f5d25639640eac Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Thu, 22 Oct 2020 18:55:45 -0300 Subject: [PATCH] Ignore build directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00d517b..f8da9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ __pycache__/ # Ignore files and directory of distribution dist/ -*.egg-info/ \ No newline at end of file +*.egg-info/ + +# Ignore build directory +build/ \ No newline at end of file