From df1fc781f6e0a5c138a5cd0e2e79280888587208 Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Thu, 7 Apr 2022 17:34:01 -0300 Subject: [PATCH 1/2] Add .bsp directory to .gitignore --- akka-bbb-apps/.gitignore | 2 +- bbb-common-message/.gitignore | 2 +- bbb-common-web/.gitignore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/akka-bbb-apps/.gitignore b/akka-bbb-apps/.gitignore index 28cb15fcec..c0cc750298 100644 --- a/akka-bbb-apps/.gitignore +++ b/akka-bbb-apps/.gitignore @@ -48,4 +48,4 @@ lib_managed/ .cache bin/ src/main/resources/ - +.bsp/ diff --git a/bbb-common-message/.gitignore b/bbb-common-message/.gitignore index 82f02806ec..e225bfdae3 100644 --- a/bbb-common-message/.gitignore +++ b/bbb-common-message/.gitignore @@ -53,4 +53,4 @@ akka-patterns-store/ lib_managed/ .cache bin/ - +.bsp/ diff --git a/bbb-common-web/.gitignore b/bbb-common-web/.gitignore index 82f02806ec..e225bfdae3 100644 --- a/bbb-common-web/.gitignore +++ b/bbb-common-web/.gitignore @@ -53,4 +53,4 @@ akka-patterns-store/ lib_managed/ .cache bin/ - +.bsp/ From f7d1b153a6d73a4f71d9ddabe6464c127f37807e Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Thu, 7 Apr 2022 17:36:26 -0300 Subject: [PATCH 2/2] Keep blank line on end of gitignore files --- akka-bbb-apps/.gitignore | 1 + bbb-common-message/.gitignore | 1 + bbb-common-web/.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/akka-bbb-apps/.gitignore b/akka-bbb-apps/.gitignore index c0cc750298..81dcd42538 100644 --- a/akka-bbb-apps/.gitignore +++ b/akka-bbb-apps/.gitignore @@ -49,3 +49,4 @@ lib_managed/ bin/ src/main/resources/ .bsp/ + diff --git a/bbb-common-message/.gitignore b/bbb-common-message/.gitignore index e225bfdae3..732576600c 100644 --- a/bbb-common-message/.gitignore +++ b/bbb-common-message/.gitignore @@ -54,3 +54,4 @@ lib_managed/ .cache bin/ .bsp/ + diff --git a/bbb-common-web/.gitignore b/bbb-common-web/.gitignore index e225bfdae3..732576600c 100644 --- a/bbb-common-web/.gitignore +++ b/bbb-common-web/.gitignore @@ -54,3 +54,4 @@ lib_managed/ .cache bin/ .bsp/ +