Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vulnerable assets of website to gitignore #905

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading