From 82c4f4df0bd51b3cc098b515677f7a2d5edc73ce Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 23 Dec 2020 10:06:38 -0500 Subject: [PATCH] Ignore API docs build files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e238c91..95f7b78 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ yarn-error.log* /api/venv __pycache__/ venv-manager.log -/api/.env \ No newline at end of file +/api/.env + +# API Docs Build Files +/api/documentation/site \ No newline at end of file