diff --git a/app/templates/profile/repo.hbs b/app/templates/profile/repo.hbs
deleted file mode 100644
index 43d6cf6c..00000000
--- a/app/templates/profile/repo.hbs
+++ /dev/null
@@ -1,3 +0,0 @@
-
Settings: {{slug}}
-
-{{outlet}}
diff --git a/app/templates/profile/show.hbs b/app/templates/profile/show.hbs
deleted file mode 100644
index f1f831bf..00000000
--- a/app/templates/profile/show.hbs
+++ /dev/null
@@ -1,4 +0,0 @@
-{{!--
- {{outlet}}
-
- --}}
\ No newline at end of file
diff --git a/app/templates/profile/tabs.hbs b/app/templates/profile/tabs.hbs
deleted file mode 100644
index f7e232be..00000000
--- a/app/templates/profile/tabs.hbs
+++ /dev/null
@@ -1,21 +0,0 @@
-
- -
-
- {{#link-to "account" account}}Repositories{{/link-to}}
-
-
- {{#if view.displayUser}}
- -
-
- {{#link-to "accounts.info"}}Profile{{/link-to}}
-
-
- {{/if}}
- {{#if config.billingEndpoint}}
- -
-
-
- {{/if}}
-
diff --git a/app/templates/profile/tabs/user.hbs b/app/templates/profile/tabs/user.hbs
deleted file mode 100644
index b10cf139..00000000
--- a/app/templates/profile/tabs/user.hbs
+++ /dev/null
@@ -1,29 +0,0 @@
-{{!--
-
-
-
-
-
-
- Email
-
- -
- {{user.email}}
-
-
-
-
-
- Token
-
- -
- {{user.token}}
-
-
-
- --}}