From 5c463da76fb07de840229a42c69ed671780b2bba Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sat, 15 Jul 2023 20:36:41 -0700 Subject: [PATCH 1/2] Add .idea/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fcf33ca..82a6eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.log packages/ +.idea/ From cee0d7928bb8f1954d223d873a6eef8ce2b91223 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sat, 15 Jul 2023 20:37:25 -0700 Subject: [PATCH 2/2] Remove ineffective exclude list from react-native --- bases/react-native.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bases/react-native.json b/bases/react-native.json index 82ac640..aa915f7 100644 --- a/bases/react-native.json +++ b/bases/react-native.json @@ -32,11 +32,5 @@ "forceConsistentCasingInFileNames": false, "esModuleInterop": true, "skipLibCheck": true - }, - "exclude": [ - "node_modules", - "babel.config.js", - "metro.config.js", - "jest.config.js" - ] + } }