diff --git a/.gitignore b/.gitignore
index 9163a06b..65c5e955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@ presets-and-drafts.json
*.log.xz
*.log.gz
+/dist
+
# See https://help.github.com/ignore-files/ for more about ignoring files.
.idea/
diff --git a/src/__mocks__/react-i18next.ts b/__mocks__/react-i18next.ts
similarity index 99%
rename from src/__mocks__/react-i18next.ts
rename to __mocks__/react-i18next.ts
index 4fc268e4..b13b7885 100644
--- a/src/__mocks__/react-i18next.ts
+++ b/__mocks__/react-i18next.ts
@@ -11,6 +11,7 @@ const renderNodes = (reactNodes: React.ReactNodeArray|string): React.ReactNode =
}
return Object.keys(reactNodes).map((key, i) => {
+ // @ts-ignore
const child = reactNodes[key];
const isElement = React.isValidElement(child);
diff --git a/src/__mocks__/uuid.ts b/__mocks__/uuid.ts
similarity index 100%
rename from src/__mocks__/uuid.ts
rename to __mocks__/uuid.ts
diff --git a/public/index.html b/index.html
similarity index 87%
rename from public/index.html
rename to index.html
index 649aef5d..eaef909c 100644
--- a/public/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
-
-
+
+
+
+