Skip to content

Commit

Permalink
chore: update repo to docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 10, 2024
1 parent 23605cc commit cb1ab26
Show file tree
Hide file tree
Showing 335 changed files with 58 additions and 11,645 deletions.
File renamed without changes.
File renamed without changes.
45 changes: 42 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
preconfigs.txt
gitpush
gitpush.exe
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/
/page/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
.env

# Temporary files
backupnews.tsx
translate.mjs
File renamed without changes.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

The multiform-validator is a powerful Multilanguage library for validating form fields in multiple languages. This guide describes the guidelines for contributing to the project efficiently and effectively.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## How to Contribute

1. **Fork the Repository**
Expand Down
File renamed without changes.
42 changes: 0 additions & 42 deletions docs/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions docs/README.md

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions packages/c/README.md

This file was deleted.

99 changes: 0 additions & 99 deletions packages/c/src/cnpjValidator.c

This file was deleted.

76 changes: 0 additions & 76 deletions packages/c/src/cpfValidator.c

This file was deleted.

8 changes: 0 additions & 8 deletions packages/csharp/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions packages/csharp/main.cs

This file was deleted.

2 changes: 0 additions & 2 deletions packages/java/.gitignore

This file was deleted.

Loading

0 comments on commit cb1ab26

Please sign in to comment.