From c801bd11574fba5ab3705a54e6dfd25844b5a06f Mon Sep 17 00:00:00 2001 From: Kevin Belisle Date: Thu, 8 Jul 2021 23:14:46 -0400 Subject: [PATCH] Remove /spa/build from .gitignore --- .gitignore | 5 ++++- spa/.gitignore | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b6985c..6b99683 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .gradle # Ignore Gradle build output directory -build +/build +/app/build + +/app/databases \ No newline at end of file diff --git a/spa/.gitignore b/spa/.gitignore index 4d29575..58b21fe 100644 --- a/spa/.gitignore +++ b/spa/.gitignore @@ -9,7 +9,7 @@ /coverage # production -/build +# /build # misc .DS_Store