From d187e07977ed82531c030e174d50e999f56b2534 Mon Sep 17 00:00:00 2001 From: Vadim Demedes Date: Tue, 28 Feb 2023 21:21:24 +0200 Subject: [PATCH] Clean up --- templates/_common/.gitignore | 2 +- templates/ts/.editorconfig | 12 ------------ templates/ts/.gitattributes | 1 - templates/ts/.gitignore | 2 -- 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 templates/ts/.editorconfig delete mode 100644 templates/ts/.gitattributes delete mode 100644 templates/ts/.gitignore diff --git a/templates/_common/.gitignore b/templates/_common/.gitignore index 239ecff..76add87 100644 --- a/templates/_common/.gitignore +++ b/templates/_common/.gitignore @@ -1,2 +1,2 @@ node_modules -yarn.lock +dist \ No newline at end of file diff --git a/templates/ts/.editorconfig b/templates/ts/.editorconfig deleted file mode 100644 index 1c6314a..0000000 --- a/templates/ts/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -root = true - -[*] -indent_style = tab -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.yml] -indent_style = space -indent_size = 2 diff --git a/templates/ts/.gitattributes b/templates/ts/.gitattributes deleted file mode 100644 index 6313b56..0000000 --- a/templates/ts/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto eol=lf diff --git a/templates/ts/.gitignore b/templates/ts/.gitignore deleted file mode 100644 index 239ecff..0000000 --- a/templates/ts/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules -yarn.lock