-
Notifications
You must be signed in to change notification settings - Fork 62
/
.abapgit.xml
28 lines (28 loc) · 1.12 KB
/
.abapgit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>FULL</FOLDER_LOGIC>
<IGNORE>
<item>/.gitignore</item>
<item>/LICENSE</item>
<item>/README.md</item>
<item>/package.json</item>
<item>/.travis.yml</item>
<item>/src/zrest/zrest_sched_batch_f01.prog.abap</item>
<item>/src/zrest/zrest_sched_batch_f01.prog.xml</item>
<item>/src/zrest/zrest_sched_batch_sel.prog.abap</item>
<item>/src/zrest/zrest_sched_batch_sel.prog.xml</item>
<item>/src/zrest/zrest_sched_batch_top.prog.abap</item>
<item>/src/zrest/zrest_sched_batch_top.prog.xml</item>
<item>/ABAP SDK Implementation Guide for Azure Active Directory.pdf</item>
<item>/ABAP SDK Implementation Guide for Azure Event hubs.pdf</item>
<item>/ABAP SDK for Azure - Github.pdf</item>
<item>/src/zadf/zcl_adf_service_documentdb.clas.abap</item>
<item>/src/zadf/zcl_adf_service_documentdb.clas.xml</item>
</IGNORE>
</DATA>
</asx:values>
</asx:abap>