Skip to content

Commit

Permalink
chore: restructure folder hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Nov 14, 2024
1 parent 180b88c commit 4fe5835
Show file tree
Hide file tree
Showing 3,274 changed files with 29,110 additions and 25,152 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"next/core-web-vitals",
"next/typescript"
],
"rules": {
"react/no-unescaped-entities": "off"
}
}
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
src/app/(category)/angular/(projects)/*
src/app/(category)/frontend/(projects)/*
src/app/(category)/javascript/(projects)/*
src/app/(category)/next/(projects)/*
src/app/(category)/node/(projects)/*
src/app/(category)/react/(projects)/*
src/app/(category)/typescript/(projects)/*
src/app/(category)/vue/(projects)/*
53 changes: 0 additions & 53 deletions Angular-JS-Projects/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
```css
git clone https://github.com/<your-github-username>/WebMasterLog.git
```

4. Navigate to the project directory.
```py
cd WebMasterLog
Expand Down Expand Up @@ -44,7 +44,7 @@ We want your work to be readable by others; therefore, we encourage you to note

1. Directory names should be in `Kebab-Case` letters (e.g., `To-Do-List`, `Joke-Telling-Application`).
2. Add a `README` file in the project directory.
3. Follow the [***PROJECT README TEMPLATE***](./PROJECT-README-TEMPLATE.md).
3. Follow the [***PROJECT README TEMPLATE***](./.github/PROJECT-README-TEMPLATE.md).
4. Include a screenshot of the project. Named to be exact `screenshot.webp`.
5. If you have contributed in `React-JS-Projects`, updates the respective README file and enlist your project there.
6. Don't create more than 3-4 commits until not permitted by Admin and Mentors of the project.
Expand Down
110 changes: 0 additions & 110 deletions Front-end-Projects/README.md

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions Next-JS-Projects/README.md

This file was deleted.

67 changes: 0 additions & 67 deletions Node-JS-Projects/README.md

This file was deleted.

Loading

0 comments on commit 4fe5835

Please sign in to comment.