From 5d6459e592d4ff2cc058fd5924260a6b91d8ef2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Sat, 23 Apr 2022 11:50:10 +0200 Subject: [PATCH 1/3] Add gitignore. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto From 5b40a7207b202d00707f039cd8cfdd7d3b347fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20El-Saig?= Date: Sat, 23 Apr 2022 17:10:33 +0200 Subject: [PATCH 2/3] Update gitignore file to that in the repo template. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4825c4..0d410d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .vs/ +.idea/ +.vscode/ obj/ bin/ artifacts/ @@ -6,4 +8,3 @@ wwwroot/ node_modules/ *.user .pnpm-debug.log -Localization/* From 15e634de992ecbb2c6d76af4a0b3a70364290188 Mon Sep 17 00:00:00 2001 From: Oliver Friedrich Date: Sat, 23 Apr 2022 21:53:16 +0200 Subject: [PATCH 3/3] Restore deleted entry in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d410d7..ae8a9e6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ bin/ artifacts/ wwwroot/ node_modules/ +Localization/* *.user .pnpm-debug.log