Removing and ignoring .vscode folder
This commit is contained in:
parent
0e3c364196
commit
7985c349d9
|
@ -55,3 +55,5 @@ fastlane/Preview.html
|
||||||
fastlane/screenshots
|
fastlane/screenshots
|
||||||
|
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|
|
@ -1,41 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Debug Android",
|
|
||||||
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
|
|
||||||
"type": "reactnative",
|
|
||||||
"request": "launch",
|
|
||||||
"platform": "android",
|
|
||||||
"sourceMaps": true,
|
|
||||||
"outDir": "${workspaceRoot}/.vscode/.react"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Debug iOS",
|
|
||||||
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
|
|
||||||
"type": "reactnative",
|
|
||||||
"request": "launch",
|
|
||||||
"platform": "ios",
|
|
||||||
"target": "iPhone 6s",
|
|
||||||
"sourceMaps": true,
|
|
||||||
"outDir": "${workspaceRoot}/.vscode/.react"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Attach to packager",
|
|
||||||
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
|
|
||||||
"type": "reactnative",
|
|
||||||
"request": "attach",
|
|
||||||
"sourceMaps": true,
|
|
||||||
"outDir": "${workspaceRoot}/.vscode/.react"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Debug in Exponent",
|
|
||||||
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
|
|
||||||
"type": "reactnative",
|
|
||||||
"request": "launch",
|
|
||||||
"platform": "exponent",
|
|
||||||
"sourceMaps": true,
|
|
||||||
"outDir": "${workspaceRoot}/.vscode/.react"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue