From 457714dd06a3201fc7d792bcfc986555b9a3a0ab Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Fri, 29 Jul 2022 16:13:29 +1000 Subject: [PATCH] Add examples to gitignore --- .gitignore | 3 ++- examples/react | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 160000 examples/react diff --git a/.gitignore b/.gitignore index 26cd055c6108..4ae2a283700c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ junit.xml !/**/.yarn/sdks !/**/.yarn/versions /**/.pnp.* -/yarn.lock \ No newline at end of file +/yarn.lock +./examples/ \ No newline at end of file diff --git a/examples/react b/examples/react deleted file mode 160000 index b7ef5bd9f548..000000000000 --- a/examples/react +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b7ef5bd9f548330f7a0c0b0f6b8d285bcd12a6f7