microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
.gitignore
49lines · modecode
| 1 | .DS_Store |
| 2 | node_modules/ |
| 3 | .vscode-test/ |
| 4 | coverage/ |
| 5 | .nyc_output/ |
| 6 | .idea |
| 7 | out |
| 8 | src/**/nodeDebugLocation.json |
| 9 | nls.*.json |
| 10 | test/*.xml |
| 11 | test/resources/projects/* |
| 12 | test/**/*.js |
| 13 | !test/**/.eslintrc.js |
| 14 | test/smoke/vscode |
| 15 | test/smoke/resources/sampleReactNativeProject |
| 16 | !test/smoke/resources/sampleReactNativeProject/*.js |
| 17 | !test/smoke/resources/sampleReactNativeProject/android/ |
| 18 | !test/smoke/resources/sampleReactNativeProject/ios/ |
| 19 | !test/resources/sampleReactNativeProject/metro.config.js |
| 20 | !test/resources/newVersionReactNativeProject/*.js |
| 21 | test/smoke/*.xml |
| 22 | test/smoke/screenshots |
| 23 | |
| 24 | # Compiled files |
| 25 | src/**/*.js |
| 26 | dist/** |
| 27 | !src/extension/appcenter/lib/**/*.js |
| 28 | !gulpfile.js |
| 29 | SmokeTestLogs |
| 30 | VSCodeUserData |
| 31 | **/*.js.map |
| 32 | vscode-react-native-*.vsix |
| 33 | vscode-react-native-*.vsix.zip |
| 34 | *-report |
| 35 | |
| 36 | # Sample Application auto-generated files |
| 37 | SampleApplication/.vscode/.react/debuggerWorker.js |
| 38 | SampleApplication/.vscode/.react/index.android.bundle |
| 39 | SampleApplication/.vscode/.react/index.android.map |
| 40 | SampleApplication/.vscode/.react/.vscode/launchReactNative.js |
| 41 | SampleApplication/android/ |
| 42 | SampleApplication/ios/ |
| 43 | SampleApplication/.flowconfig |
| 44 | SampleApplication/.gitignore |
| 45 | SampleApplication/.watchmanconfig |
| 46 | SampleApplication/.vscode/launchReactNative.js |
| 47 | SampleApplication/.vscode/settings.json |
| 48 | SampleApplication/tsconfig.json |
| 49 | SampleApplication/.vscode/typings/ |