diff --git a/packages/cli/.npmignore b/packages/cli/.npmignore index 22437057..c61c8f5c 100644 --- a/packages/cli/.npmignore +++ b/packages/cli/.npmignore @@ -4,4 +4,5 @@ ./prettier.config.js ./tsconfig.json ./turbo.json -!dist/app/**/* \ No newline at end of file +!dist/app/**/* +!assets/**/* \ No newline at end of file diff --git a/packages/cli/assets/plugins/gitignore/default/config.json b/packages/cli/assets/plugins/gitignore/default/config.json index bc5d8761..8a1db7cd 100644 --- a/packages/cli/assets/plugins/gitignore/default/config.json +++ b/packages/cli/assets/plugins/gitignore/default/config.json @@ -4,7 +4,7 @@ "description": "Default gitignore configuration", "paths": [ { - "from": ".gitignore", + "from": "default.gitignore", "to": ".gitignore" } ] diff --git a/packages/cli/assets/plugins/gitignore/default/.gitignore b/packages/cli/assets/plugins/gitignore/default/default.gitignore similarity index 100% rename from packages/cli/assets/plugins/gitignore/default/.gitignore rename to packages/cli/assets/plugins/gitignore/default/default.gitignore