diff --git a/examples/getstarted/.gitignore b/examples/getstarted/.gitignore index cec49b62d7..b21952454a 100644 --- a/examples/getstarted/.gitignore +++ b/examples/getstarted/.gitignore @@ -82,7 +82,6 @@ ssl nbproject public/uploads/* !public/uploads/.gitkeep -.env ############################ # Node.js @@ -96,19 +95,21 @@ results node_modules .node_history - ############################ -# Strapi +# Tests ############################ testApp coverage -exports +############################ +# Strapi +############################ +.env +license.txt +exports *.cache - +build documentation -exports - .strapi-updater.json diff --git a/packages/strapi-generate-new/lib/resources/dot-files/gitignore b/packages/strapi-generate-new/lib/resources/dot-files/gitignore index f7c23f6bcb..8e339ee395 100644 --- a/packages/strapi-generate-new/lib/resources/dot-files/gitignore +++ b/packages/strapi-generate-new/lib/resources/dot-files/gitignore @@ -95,7 +95,6 @@ results node_modules .node_history - ############################ # Tests ############################ @@ -110,5 +109,6 @@ coverage .env license.txt exports -.cache +*.cache build +.strapi-updater.json