diff --git a/.gitignore b/.gitignore index 3220216db..c076859a2 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ jspm_packages .node_repl_history dist/**/__snapshots__ +dist/__tests__ ### Xcode ### # Xcode diff --git a/package.json b/package.json index 6f897c739..9b021625f 100644 --- a/package.json +++ b/package.json @@ -83,4 +83,4 @@ "Fonts" ] } -} \ No newline at end of file +}