diff --git a/.gitignore b/.gitignore index fcf33ca..82a6eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.log packages/ +.idea/ 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" - ] + } }