Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

AEM Forms archetype gitignore lists for DocumentServices usages on Git

Avatar

Level 3

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. 

 

archetype35-aem-forms.PNG

 

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.

1 Accepted Solution

Avatar

Correct answer by
Level 6

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

src/main/content/jcr_root/apps/wknd/clientlibs/clientlib-site

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

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

src/main/content/jcr_root/apps/wknd/clientlibs/clientlib-site

 

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now