Skip to content

Commit 7b635ab

Browse files
committed
📄 docs: Add .husky and postman to Directory Structure
1 parent 8590df9 commit 7b635ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Campus Hub is a monorepo managed by [Turborepo](https://turbo.build/repo). The m
4141
├── .github # GitHub Actions CI/CD workflows
4242
│ └── workflows # CI with pnpm cache setup
4343
44+
├── .husky # Git pre-commit hooks for commit messages and linting
4445
├── .vscode # Recommended extensions and settings for VSCode
46+
├── postman # Postman collection for API testing and documentation
4547
4648
├── apps # Main applications under the monorepo
4749
│ ├── student # Next.js app for the Student Portal

0 commit comments

Comments
 (0)