From 8c7fa4cf4c310c7150718aabfb13260b01ce7926 Mon Sep 17 00:00:00 2001 From: Gwyn Date: Mon, 16 Jan 2023 03:02:52 -0700 Subject: [PATCH] Updates all default gitignore templates to be newline terminated. (#2306) This allows echoing new patterns to the end of the file without causing a string concatenation error. --- v2/pkg/templates/base/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/lit-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/lit/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/preact-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/preact/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/react-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/react/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/svelte-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/svelte/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/vanilla-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/vanilla/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/vue-ts/.gitignore.tmpl | 2 +- v2/pkg/templates/templates/vue/.gitignore.tmpl | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/v2/pkg/templates/base/.gitignore.tmpl b/v2/pkg/templates/base/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/base/.gitignore.tmpl +++ b/v2/pkg/templates/base/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/lit-ts/.gitignore.tmpl b/v2/pkg/templates/templates/lit-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/lit-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/lit-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/lit/.gitignore.tmpl b/v2/pkg/templates/templates/lit/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/lit/.gitignore.tmpl +++ b/v2/pkg/templates/templates/lit/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/preact-ts/.gitignore.tmpl b/v2/pkg/templates/templates/preact-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/preact-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/preact-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/preact/.gitignore.tmpl b/v2/pkg/templates/templates/preact/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/preact/.gitignore.tmpl +++ b/v2/pkg/templates/templates/preact/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/react-ts/.gitignore.tmpl b/v2/pkg/templates/templates/react-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/react-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/react-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/react/.gitignore.tmpl b/v2/pkg/templates/templates/react/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/react/.gitignore.tmpl +++ b/v2/pkg/templates/templates/react/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/svelte-ts/.gitignore.tmpl b/v2/pkg/templates/templates/svelte-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/svelte-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/svelte-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/svelte/.gitignore.tmpl b/v2/pkg/templates/templates/svelte/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/svelte/.gitignore.tmpl +++ b/v2/pkg/templates/templates/svelte/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/vanilla-ts/.gitignore.tmpl b/v2/pkg/templates/templates/vanilla-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/vanilla-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/vanilla-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/vanilla/.gitignore.tmpl b/v2/pkg/templates/templates/vanilla/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/vanilla/.gitignore.tmpl +++ b/v2/pkg/templates/templates/vanilla/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/vue-ts/.gitignore.tmpl b/v2/pkg/templates/templates/vue-ts/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/vue-ts/.gitignore.tmpl +++ b/v2/pkg/templates/templates/vue-ts/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist diff --git a/v2/pkg/templates/templates/vue/.gitignore.tmpl b/v2/pkg/templates/templates/vue/.gitignore.tmpl index d44c22f8..129d5229 100644 --- a/v2/pkg/templates/templates/vue/.gitignore.tmpl +++ b/v2/pkg/templates/templates/vue/.gitignore.tmpl @@ -1,3 +1,3 @@ build/bin node_modules -frontend/dist \ No newline at end of file +frontend/dist