--- title: .abapgit.xml --- **.abapgit.xml** is a special abapGit file. It contains meta information of the abapGit project. Example: abapGit own .abapgit.xml ```xml E /src/ PREFIX /.travis.yml /CONTRIBUTING.md /LICENSE /README.md /package.json /changelog.txt ``` # Description ## Master Language The language in which all documentation and dictionary elements texts will be created. Follows SAP `sy-langu` values. ## Starting Folder The Git repository folder that defines the root folder where deserialization starts. ## Folder Logic abapGit follows two folder logics: PREFIX and FULL ### PREFIX A package name must contain its parent package name as a prefix. Examples: Valid prefix: * ZFOO * **ZFOO**_BAR * **ZFOO_BAR**_QUX Invalid prefix: * ZFOO * ZBAR ### FULL Any package name is accepted ## Ignore Files which abapGit will not download into your ABAP system.