Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dmitriy 168 posts 588 karma points
    Oct 10, 2017 @ 10:46
    Dmitriy
    0

    Important App_Data folders for Git

    I'm going to publish a local repository to Git, and want to know what folders and files in App_Data are important to keep solution work state after build for other team.

    I except from .gitignore only Umbraco.sdf because I want the same database for every member of team.

    But what about other folders of App_Data folder? Are any other important files to keep solution work properly for other team members?

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Oct 10, 2017 @ 12:27
    Alex Skrypnyk
    100

    Hi Dmitriy

    Only "packages" folder is needed for solution, you don't need "cache, courier, Logs, TEMP, Models" folders

    Thanks,

    Alex

  • Dmitriy 168 posts 588 karma points
    Oct 10, 2017 @ 13:08
    Dmitriy
    0

    Thanks, Alex. But, may you tell me more about that directory, what it for?

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Oct 10, 2017 @ 13:12
    Alex Skrypnyk
    0

    "packages" folder contains xml files with data about created and installed Umbraco packages in the site, it's using by Umbraco

Please Sign in or register to post replies

Write your reply to:

Draft