Kentico on git

Ashutosh Pandey asked on December 12, 2018 06:28

Hi,

I want to manage my Kentico development code on git but the codebase is already huge. I was wondering what is the best practices for Kentico on GIT.

Should I upload the whole codebase to git repository? Should I upload the images as well or should I FTP them?

Thanks

Recent Answers


Dawid Jachnik answered on December 12, 2018 12:29

Hey, here you have nice article about git repository, there you can find recommended gitignore file

https://devnet.kentico.com/articles/gitignore-for-kentico

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on December 12, 2018 15:54

As Dawid suggested, follow Kentico's instructions. Your repo should be no more than 200MB - 300MB in size assuming you're not includeing any of the site's content related assets like images, pdfs, documents, etc. Any assets related to the site design should be included in the repo but should be reasonable in size.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.