From 0228221b918cbf323a4ca4222a8127a04388fff3 Mon Sep 17 00:00:00 2001 From: Ching Date: Tue, 26 Oct 2021 15:53:34 +0800 Subject: [PATCH] feat(gitignore): [M] add settings.py to gitignore file [M] add settings.py to gitignore file Signed-off-by: Ching --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 98cd273..fb02089 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# settings +dsite/settings.py + # Distribution / packaging .Python build/