From 931fd77ac2d2cc89d660740c37a85b7956fb1920 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Mon, 12 Dec 2022 18:30:07 -0600 Subject: [PATCH] Added staticfiles to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1204c03..813c18b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - +staticfiles/ # Created by https://www.toptal.com/developers/gitignore/api/django,python,pydev,venv # Edit at https://www.toptal.com/developers/gitignore?templates=django,python,pydev,venv