You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time I create a diagram it is generating this json file, which is fine - however it is generating it in the base directory of my project. It should really be generated in the base directory of the module.
i.e. not in /ore but inside /diagrams
Right now I have to append the projects .gitignore to stop these being committed but this means the project then knows about structurizer, I would much rather have edit the specific .gitignore inside of /diagrams and keep everything to do with structurizer inside here.
The text was updated successfully, but these errors were encountered:
Each time I create a diagram it is generating this json file, which is fine - however it is generating it in the base directory of my project. It should really be generated in the base directory of the module.
i.e. not in
/ore
but inside/diagrams
Right now I have to append the projects .gitignore to stop these being committed but this means the project then knows about structurizer, I would much rather have edit the specific .gitignore inside of
/diagrams
and keep everything to do with structurizer inside here.The text was updated successfully, but these errors were encountered: