forked from SAP-archive/teched2020-developer-keynote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.abapgit.xml
35 lines (35 loc) · 1015 Bytes
/
.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
29
30
31
32
33
34
35
<?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>/abap/src/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
<IGNORE>
<item>/abap/README.md</item>
<item>/abap/images/</item>
<item>/.github/</item>
<item>/.gitignore</item>
<item>/.reuse/</item>
<item>/LICENSES/</item>
<item>/README.md</item>
<item>/cap/</item>
<item>/converter/</item>
<item>/enabling-workflows.md</item>
<item>/fastlane.md</item>
<item>/forkupdateutils/</item>
<item>/images/</item>
<item>/kymaruntime/</item>
<item>/message-bus-settings.sh</item>
<item>/messagebus/</item>
<item>/mock-converter/</item>
<item>/quickstart.md</item>
<item>/rapreceiver/</item>
<item>/s4hana/</item>
<item>/storyboard.md</item>
<item>/ui/</item>
<item>/usingappstudio/</item>
</IGNORE>
</DATA>
</asx:values>
</asx:abap>