diff --git a/.gitignore b/.gitignore index f32ef08a..d6b3592e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ node_modules dist .idea test +*.pyc +*.sublime-workspace +*.sublime-project +package_control_channel diff --git a/ChromeApp.zip b/ChromeApp.zip deleted file mode 100644 index d5955614..00000000 Binary files a/ChromeApp.zip and /dev/null differ diff --git a/ChromeApp/assets/icon128.png b/ChromeApp/assets/icon128.png deleted file mode 100644 index 5db6ed67..00000000 Binary files a/ChromeApp/assets/icon128.png and /dev/null differ diff --git a/ChromeApp/background.js b/ChromeApp/background.js deleted file mode 100644 index 442f75a1..00000000 --- a/ChromeApp/background.js +++ /dev/null @@ -1,9 +0,0 @@ -chrome.app.runtime.onLaunched.addListener(function(launchData) { - chrome.app.window.create( - 'index.html', - { - id: 'mainWindow', - bounds: {width: 980, height: 720} - } - ); -}); diff --git a/ChromeApp/index.html b/ChromeApp/index.html deleted file mode 100644 index 9528c6ca..00000000 --- a/ChromeApp/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - -
-