Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthormarnen
     
    Hi there.

    I'm just getting started with Akelos, and one of my big questions is what to do about version control. It's obvious to me that some generated files (such as the compiled and cache folders) shouldn't go into version control, but I'm not sure of the full list of such files. I don't want to put stuff in my repository that I don't need...so what should I skip?
    •  
      CommentAuthorbermi
     

    Hi marnen,

    First of all welcome to the Akelos forums.

    You can safely skip adding cached date. Compiled views can also be skipped as long as the server you are deploying to has the right permission for writing them.

    For example we kept compiled views for Akelos web based setup, as we are not sure if the server will be able to save compiled views used during the wizard.