From 3fb15aeb282beb2651cf7ac78e0596bf9d336d90 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Jun 29 2016 15:46:12 +0000 Subject: .gitignore: don't track alembic.ini --- diff --git a/.gitignore b/.gitignore index a133f01..7716124 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ clones/ # Ignore the git repos in unit tests tests/*.git + +# Don't track alembic.ini +alembic.ini