From f7e3a2412cb1a080df55684c09c9e52780db0802 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 5 Aug 2023 19:46:16 -0400 Subject: [PATCH] Add migrations to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e5bcfd9..994cca0 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,5 @@ node_modules/ ### # Project-specific ignores go below here. ## +# Do not track migrations. Uncomment out to explicitly add them. +*/migrations/0*.py -- GitLab