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 - - - - -