From b5a16e7b4b819bda405c7391c661d27ca8695145 Mon Sep 17 00:00:00 2001 From: Kevin Belisle Date: Fri, 9 Jul 2021 00:49:06 -0400 Subject: [PATCH] Add spa/build to .gitignore --- .gitignore | 3 +-- spa/.gitignore | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b99683..a23c267 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .gradle # Ignore Gradle build output directory -/build -/app/build +build /app/databases \ No newline at end of file diff --git a/spa/.gitignore b/spa/.gitignore index 58b21fe..4d29575 100644 --- a/spa/.gitignore +++ b/spa/.gitignore @@ -9,7 +9,7 @@ /coverage # production -# /build +/build # misc .DS_Store