Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 7a1759e

Browse files
author
Colin McDonnell
committed
Removed unnecessary files
1 parent 95d96e7 commit 7a1759e

File tree

7 files changed

+7
-127
lines changed

7 files changed

+7
-127
lines changed

.firebase/hosting.b3V0.cache

Lines changed: 0 additions & 88 deletions
This file was deleted.

.firebaserc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@
2525
npm-debug.log*
2626
yarn-debug.log*
2727
yarn-error.log*
28+
29+
firebase.json
30+
.firebaserc
31+
.firebase/*
32+
.nvmrc
33+
.vscode

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

firebase.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Home = (props: { readme: string; posts: PostData[] }) => {
1818
<p style={{ padding: '10px 0px', color: '#666666' }}>
1919
This site is entirely built with Devii! In fact, the{' '}
2020
<a href="https://github.com/vriad/devii">Devii repo</a> contains the
21-
code for the site your looking at now.
21+
code for the site you're looking at now.
2222
</p>
2323
<p style={{ padding: '10px 0px', color: '#666666' }}>
2424
After you clone/fork it, you can use this code to learn how Devii

0 commit comments

Comments
 (0)