chore: remove unused

This commit is contained in:
liqingwei 2021-05-09 19:31:36 +08:00
parent 4f5f4dc301
commit 7e78d753c9
6 changed files with 1 additions and 28 deletions

View File

@ -1,4 +0,0 @@
**/node_modules/*
**/out/*
**/.next/*
coverage

View File

@ -1,6 +0,0 @@
node_modules
.next
yarn.lock
package-lock.json
public
coverage

12
.vscode/launch.json vendored
View File

@ -1,12 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"port": 9229
}
]
}

View File

@ -2,7 +2,7 @@
> Self hosted note taking app stored on S3.
![screenshot](./assets/screen.png)
![screenshot](https://cdn.statically.io/gh/QingWei-Li/notea/gh-pages/screen.png)
<a href="https://www.producthunt.com/posts/notea?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-notea" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=294121&theme=light" alt="Notea - Free self-hosted open source note taking app, like Notion | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 KiB

View File

@ -1,5 +0,0 @@
{
"github": {
"silent": true
}
}