Skip Navigation

UEM
plug-in source control

The sample plug-in that is included in the
UEM Integration SDK
package includes the following .gitignore files that specify the files and folders that should not be checked in to a code repository:
  • .gitignore
  • common.common\.gitignore
  • common.server\.gitignore
  • core.server\.gitignore
  • ui.client\.settings\.gitignore
  • ui.client\.gitignore
  • ui.client-generated\.gitignore
  • ui.common\.gitignore
  • ui.ide-dev\.gitignore
  • ui.server\.settings\.gitignore
  • ui.server\.gitignore
  • ui.server-generated\.gitignore
It is a best practice to keep the
Eclipse
workspace in a separate folder from the plug-in project. The workspace should not be checked in to the code repository.