[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to backup Kendo projects

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, Are you looking at a particular folder? I think that the main suggestion is to exclude the node_modules folder. You can use the option to ignore files in SVN. (In Git, you would use.gitignore.) The node_modules folder is re-created when doing Generate/Preview or by running npm install. You could also exclude the build-output folder. This is generated by running Publish. You could do a backup of this folder if you publish it or distribute it to your customers. I would keep all the other folders, even if they are generated from metadata. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top