From ffa99522eb4b207d06058585123e4cf0600a6a86 Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Wed, 12 Oct 2022 15:40:37 +0200 Subject: [PATCH 1/3] fix: update gitignore with dist folder --- packages/cli/create-strapi-starter/resources/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/create-strapi-starter/resources/gitignore b/packages/cli/create-strapi-starter/resources/gitignore index 8e339ee395..f592dc4c8a 100644 --- a/packages/cli/create-strapi-starter/resources/gitignore +++ b/packages/cli/create-strapi-starter/resources/gitignore @@ -111,4 +111,5 @@ license.txt exports *.cache build +dist .strapi-updater.json From 226f4265eaa260d642457d1531201cc5cf2587fe Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Fri, 14 Oct 2022 17:19:19 +0200 Subject: [PATCH 2/3] fix: dist folder in gitignore files --- examples/getstarted/.gitignore | 1 + examples/kitchensink-ts/.gitignore | 1 + examples/kitchensink/.gitignore | 1 + packages/generators/app/lib/resources/dot-files/common/gitignore | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/getstarted/.gitignore b/examples/getstarted/.gitignore index 42f3fcdbd2..78f32f6e55 100644 --- a/examples/getstarted/.gitignore +++ b/examples/getstarted/.gitignore @@ -110,6 +110,7 @@ testApp license.txt exports *.cache +dist build documentation .strapi-updater.json diff --git a/examples/kitchensink-ts/.gitignore b/examples/kitchensink-ts/.gitignore index 8e339ee395..2ed5eafd63 100644 --- a/examples/kitchensink-ts/.gitignore +++ b/examples/kitchensink-ts/.gitignore @@ -110,5 +110,6 @@ coverage license.txt exports *.cache +dist build .strapi-updater.json diff --git a/examples/kitchensink/.gitignore b/examples/kitchensink/.gitignore index 8e339ee395..2ed5eafd63 100644 --- a/examples/kitchensink/.gitignore +++ b/examples/kitchensink/.gitignore @@ -110,5 +110,6 @@ coverage license.txt exports *.cache +dist build .strapi-updater.json diff --git a/packages/generators/app/lib/resources/dot-files/common/gitignore b/packages/generators/app/lib/resources/dot-files/common/gitignore index 8e339ee395..2ed5eafd63 100644 --- a/packages/generators/app/lib/resources/dot-files/common/gitignore +++ b/packages/generators/app/lib/resources/dot-files/common/gitignore @@ -110,5 +110,6 @@ coverage license.txt exports *.cache +dist build .strapi-updater.json From 5bc0574dd8a4a47a0766484c06e05cb32adc401e Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Fri, 14 Oct 2022 17:38:00 +0200 Subject: [PATCH 3/3] Update packages/cli/create-strapi-starter/resources/gitignore Co-authored-by: Ben Irvin --- packages/cli/create-strapi-starter/resources/gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/create-strapi-starter/resources/gitignore b/packages/cli/create-strapi-starter/resources/gitignore index f592dc4c8a..2ed5eafd63 100644 --- a/packages/cli/create-strapi-starter/resources/gitignore +++ b/packages/cli/create-strapi-starter/resources/gitignore @@ -110,6 +110,6 @@ coverage license.txt exports *.cache -build dist +build .strapi-updater.json