From c589910b1180db689417e736c6d0c30620db17a5 Mon Sep 17 00:00:00 2001 From: Amber Green Date: Sat, 11 Jan 2025 21:02:07 -0500 Subject: [PATCH] added migrations files exclusions for django --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1cf0110..920ff6d 100644 --- a/.gitignore +++ b/.gitignore @@ -108,7 +108,7 @@ venv.bak/ # mkdocs documentation /site - +main/migrations/ # mypy .mypy_cache/ @@ -135,4 +135,4 @@ GitHub.sublime-settings !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -.history \ No newline at end of file +.history