diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 258cdbb..62246ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ exclude = [ "dist", "node_modules", "venv", + "bootstrap", "*/migrations/*.py", "staticfiles/*" ] |