Skip to content

Commit

Permalink
Merge pull request #905 from samchon/features/website
Browse files Browse the repository at this point in the history
Add vulnerable assets of website to gitignore
  • Loading branch information
samchon committed May 17, 2024
2 parents a6f66c1 + 82e7a82 commit 7606975
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 47 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
- `nestia`: Just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/migrate`: migration from Swagger to NestJS
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
- `nestia`: Just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/migrate`: migration from Swagger to NestJS
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
- `nestia`: Just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/migrate`: migration from Swagger to NestJS
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
- `nestia`: Just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Enhance performance **30x** up
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/assets/bundle/distribute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Just import and call some API functions like gif image below:
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Just import and call some API functions like gif image below:
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
Expand Down
2 changes: 1 addition & 1 deletion test/features/distribute-assert/packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Just import and call some API functions like gif image below:
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
Expand Down
2 changes: 1 addition & 1 deletion test/features/distribute-json/packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Just import and call some API functions like gif image below:
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
Expand Down
2 changes: 1 addition & 1 deletion test/features/distribute/packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Just import and call some API functions like gif image below:
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool

> **Note**
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
Expand Down
6 changes: 6 additions & 0 deletions website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "next",
"rules": {
"@typescript-eslint/no-namespace": "off"
}
}
6 changes: 5 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.next
node_modules/
out/
public/api/
public/api/

public/robots.txt
public/sitemap*.xml
!package-lock.json
1 change: 1 addition & 0 deletions website/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
9 changes: 0 additions & 9 deletions website/public/robots.txt

This file was deleted.

21 changes: 0 additions & 21 deletions website/public/sitemap-0.xml

This file was deleted.

4 changes: 0 additions & 4 deletions website/public/sitemap.xml

This file was deleted.

0 comments on commit 7606975

Please sign in to comment.