PromucFlow_constructor/app/server/.gitignore
Arpit Mohan 1f35bd6a07 Adding the policy hierarchy graph and the lateral policy graph
These graphs help us map policies that are inherited from the parent and also lateral policies that are assigned to the users given that the user has a particular permission. Currently, the hierarchy has been defined for org & application. Need to cascade it to more documents such as pages & actions.
2020-03-16 10:46:28 +05:30

8 lines
60 B
Plaintext

dist/**
target/**
.idea/**
**/.idea
**/target
**/dist
*.iml