Can chisel.schema.json be safely ignored in our git repo?
Answered
I noticed that whenever I open up a project in IntelliJ it causes the chisel.schema.json file to be changed. This happens as soon as the program is loaded, regardless of whether I take action in the code. This causes our git repo to notice the change and require a checkin. Is it possible to ignore this file (i.e. have an initial version that stays the same each time you load the tool), or are these changes fundamental to running the product? I know nothing about chisel and very little about intellij so am just trying to keep our repo clean. Thanks for any insight!
Please sign in to leave a comment.
Do you use any third-party plug-ins? IDE should not modify this file.
Ok thanks - yes we are using the Workday Extend plugin. I will check in with them on this.