Skip to content

Commit 35e5b83

Browse files
authored
Merge pull request #5 from yan-man/release/v0.2.0
Release/v0.2.0
2 parents b5a23e0 + a0ad1e1 commit 35e5b83

File tree

8,953 files changed

+27230
-808420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,953 files changed

+27230
-808420
lines changed

.DS_Store

-6 KB
Binary file not shown.

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ yarn-error.log*
3737
.env.production.local
3838

3939
# vercel
40-
.vercel
40+
.vercel

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"skipFiles": ["<node_internals>/**"],
12+
"program": "${workspaceFolder}/pages/index.js",
13+
"console": "integratedTerminal"
14+
}
15+
]
16+
}

LICENSE

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

README.md

Lines changed: 144 additions & 84 deletions
Large diffs are not rendered by default.

avoiding_common_attacks.md

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

box-img-lg.png

-57.7 KB
Binary file not shown.

box-img-sm.png

-7.44 KB
Binary file not shown.

bs-config.json

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

0 commit comments

Comments
 (0)