chore: Update .gitignore and add role permissions management API

This commit updates the .gitignore file to include Node.js related directories and files. Additionally, it introduces a new API for managing role-to-feature permissions, allowing for better control over user access levels. The API includes endpoints for listing and updating role permissions, ensuring that the permissions matrix is initialized and maintained. Documentation has been updated to reflect these changes.
This commit is contained in:
tanyar09
2025-11-26 15:00:28 -05:00
parent eed3b36dad
commit 7c35e4d8ec
34 changed files with 2961 additions and 206 deletions
+5 -1
View File
@@ -67,4 +67,8 @@ photos/
*.webp
dlib/
*.dat
*.model
*.model
# Node.js
node_modules/
frontend/node_modules/
frontend/.parcel-cache/