From 0971d305e166bff028a8b8c607d2cedbeca54c41 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 3 Dec 2019 08:36:38 +0000 Subject: [PATCH] test: do not store generated i18n files in git (#34135) PR Close #34135 --- integration/cli-hello-world-ivy-i18n/.gitignore | 3 +++ .../src/locale/messages.de.xlf | 14 -------------- .../src/locale/messages.fr.xlf | 14 -------------- .../src/locale/messages.xlf | 14 -------------- 4 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 integration/cli-hello-world-ivy-i18n/src/locale/messages.de.xlf delete mode 100644 integration/cli-hello-world-ivy-i18n/src/locale/messages.fr.xlf delete mode 100644 integration/cli-hello-world-ivy-i18n/src/locale/messages.xlf diff --git a/integration/cli-hello-world-ivy-i18n/.gitignore b/integration/cli-hello-world-ivy-i18n/.gitignore index bcc26980c9..81cecd055e 100644 --- a/integration/cli-hello-world-ivy-i18n/.gitignore +++ b/integration/cli-hello-world-ivy-i18n/.gitignore @@ -7,6 +7,9 @@ # Only exists if Bazel was run /bazel-out +# extracted i18n messages +src/locale + # dependencies /node_modules diff --git a/integration/cli-hello-world-ivy-i18n/src/locale/messages.de.xlf b/integration/cli-hello-world-ivy-i18n/src/locale/messages.de.xlf deleted file mode 100644 index 56c2be2209..0000000000 --- a/integration/cli-hello-world-ivy-i18n/src/locale/messages.de.xlf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Hallo ! - - src/app/app.component.html - 1 - - - - - diff --git a/integration/cli-hello-world-ivy-i18n/src/locale/messages.fr.xlf b/integration/cli-hello-world-ivy-i18n/src/locale/messages.fr.xlf deleted file mode 100644 index ad424a95e3..0000000000 --- a/integration/cli-hello-world-ivy-i18n/src/locale/messages.fr.xlf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Bonjour ! - - src/app/app.component.html - 1 - - - - - diff --git a/integration/cli-hello-world-ivy-i18n/src/locale/messages.xlf b/integration/cli-hello-world-ivy-i18n/src/locale/messages.xlf deleted file mode 100644 index 7e8bdbf2b0..0000000000 --- a/integration/cli-hello-world-ivy-i18n/src/locale/messages.xlf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Hello ! - - src/app/app.component.html - 1 - - - - -