summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-21 05:23:38 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-21 05:23:38 (GMT)
commitcefa2533041efa4bb911a27b9ac61d496d969110 (patch)
tree4c2131ff299ad239776cb4f65fe1495fb1fe653f
parentbadadead53d5e56f7755ee6a9f52abef60807ffd (diff)
downloadmxe-cefa2533041efa4bb911a27b9ac61d496d969110.zip
mxe-cefa2533041efa4bb911a27b9ac61d496d969110.tar.gz
mxe-cefa2533041efa4bb911a27b9ac61d496d969110.tar.bz2
Remove accidentally added files
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--.codio17
-rw-r--r--.settings63
-rwxr-xr-xstartup.sh3
3 files changed, 0 insertions, 83 deletions
diff --git a/.codio b/.codio
deleted file mode 100644
index 16e0398..0000000
--- a/.codio
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-// Configure your Run and Preview buttons here.
-
-// Run button configuration
- "commands": {
- "Node version": "node --version"
- },
-
-// Preview button configuration
- "preview": {
- "Project Index (static)": "https://{{domain}}/{{index}}",
- "Current File (static)": "https://{{domain}}/{{filepath}}",
- "Ungit": "https://orchid-amanda-9501.codio.io/#/repository?path=%2Fhome%2Fcodio%2Fworkspace",
- "Box URL": "http://{{domain}}:3000/",
- "Box URL SSL": "https://{{domain}}:9500/"
- }
-} \ No newline at end of file
diff --git a/.settings b/.settings
deleted file mode 100644
index f6c6074..0000000
--- a/.settings
+++ /dev/null
@@ -1,63 +0,0 @@
-[editor]
-; enter your editor preferences here...
-
-[view-javascript-code]
-; enter your view-javascript-code preferences here...
-
-[emmet]
-; enter your emmet preferences here...
-
-[git]
-; enter your git preferences here...
-
-[terminal]
-; enter your terminal preferences here...
-
-[preview]
-; enter your preview preferences here...
-
-[search]
-; enter your search preferences here...
-
-[code-beautifier]
-; enter your code-beautifier preferences here...
-
-[ide]
-; enter your ide preferences here...
-
-[guides]
-; enter your guides preferences here...
-
-[settings]
-; enter your settings preferences here...
-
-[account]
-; enter your account preferences here...
-
-[sync-structure]
-; enter your sync-structure preferences here...
-
-[install-software]
-; enter your install-software preferences here...
-
-[project]
-; enter your project preferences here...
-
-[education]
-; enter your education preferences here...
-
-[codio-bower]
-; enter your codio-bower preferences here...
-
-[deployment]
-; enter your deployment preferences here...
-
-[container]
-; enter your container preferences here...
-
-[account-settings]
-; enter your account-settings preferences here...
-
-[dashboard]
-; enter your dashboard preferences here...
-
diff --git a/startup.sh b/startup.sh
deleted file mode 100755
index ba08e7c..0000000
--- a/startup.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-ungit --port=9501 & \ No newline at end of file