


I've created project using maven archetype 35 for the AEM-Forms 6.5 On-prem setup.
We want to check-in and sync the codebase with the git repository. I assume we do not need to check in everything.
Do I need to push the entire project codebase to git repo or there is any .gitignore specific for AEM-Forms project specially for Document Services usages?
Please share your practices. thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
It's the same as any maven project, you can create a .gitignore file for the purpose.
You can create the .gitignore file under each module.
eg. I created under ui.apps folder and put the path inside to ignore
ui.apps>.gitignore
It's the same as any maven project, you can create a .gitignore file for the purpose.
You can create the .gitignore file under each module.
eg. I created under ui.apps folder and put the path inside to ignore
ui.apps>.gitignore