Skip to content

Commit

Permalink
Cleaning up unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Sep 7, 2016
1 parent 1ae29dd commit 2849af4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Expand Up @@ -17,13 +17,3 @@ SampleApplication/.vscode/launchReactNative.js
SampleApplication/.vscode/settings.json
SampleApplication/tsconfig.json
SampleApplication/.vscode/typings/
SampleExponentApplication/.vscode/.react/
SampleExponentApplication/android/
SampleExponentApplication/ios/
SampleExponentApplication/.flowconfig
SampleExponentApplication/.gitignore
SampleExponentApplication/.watchmanconfig
SampleExponentApplication/.vscode/launchReactNative.js
SampleExponentApplication/.vscode/settings.json
SampleExponentApplication/tsconfig.json
SampleExponentApplication/.vscode/typings/
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -7,4 +7,3 @@ src/
tools/

SampleApplication/
SampleExponentApplication/
28 changes: 0 additions & 28 deletions .vscode/launch.json
Expand Up @@ -57,20 +57,6 @@
"sourceMaps": true,
"outDir": "${workspaceRoot}/SampleApplication/.vscode/.react/"
},
{
"name": "Sample - Exponent App",
"program": "${workspaceRoot}/SampleExponentApplication/.vscode/launchReactNative.js",
"type": "node",
"request": "launch",
"args": [
"exponent"
],
"runtimeArgs": [
"--nolazy"
],
"sourceMaps": true,
"outDir": "${workspaceRoot}/SampleExponentApplication/.vscode/.react/"
},
{
"name": "Sample - Android Extension",
"program": "${workspaceRoot}/SampleApplication/.vscode/launchReactNative.js",
Expand Down Expand Up @@ -99,20 +85,6 @@
"sourceMaps": true,
"outDir": "${workspaceRoot}/out/"
},
{
"name": "Sample - Exponent Extension",
"program": "${workspaceRoot}/SampleExponentApplication/.vscode/launchReactNative.js",
"type": "node",
"request": "launch",
"args": [
"exponent"
],
"runtimeArgs": [
"--nolazy"
],
"sourceMaps": true,
"outDir": "${workspaceRoot}/out/"
},
{
"name": "Launch Tests",
"type": "extensionHost",
Expand Down
1 change: 0 additions & 1 deletion .vscodeignore
Expand Up @@ -7,7 +7,6 @@ src/**
out/test/**
**/*.js.map
SampleApplication/**
SampleExponentApplication/**
tools/**
.vscodeignore
.travis.yml
Expand Down

0 comments on commit 2849af4

Please sign in to comment.