This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy path.abapgit.xml
43 lines (43 loc) · 1.85 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>/lbn-gtt-template-tpo/abap/zsrc/</STARTING_FOLDER>
<FOLDER_LOGIC>FULL</FOLDER_LOGIC>
<IGNORE>
<item>/.abapgit.xml</item>
<item>/.gitignore</item>
<item>/LICENSE</item>
<item>/README.md</item>
<item>/package.json</item>
<item>/.travis.yml</item>
<item>/.gitlab-ci.yml</item>
<item>/abaplint.json</item>
<item>/azure-pipelines.yml</item>
<item>/.devcontainer.json</item>
<item>/.reuse/*</item>
<item>/LICENSES/*.*</item>
<item>/FAQs_for_Template_Code_Implementation.pdf</item>
<item>/lbn-gtt-template-tpo/Documents/*.*</item>
<item>/lbn-gtt-template-tpo/GTT-V2-Sample-App-FLP/*.*</item>
<item>/lbn-gtt-template-tpo/GTT-V2-Sample-TrackPurchaseOrders-Service/*.*</item>
<item>/lbn-gtt-template-tpo/GTT-V2-Sample-TrackPurchaseOrders-UI/*.*</item>
<item>/lbn-gtt-template-tpo/Model/*.*</item>
<item>/lbn-gtt-template-tpo/README.md</item>
<item>/lbn-gtt-template-ts/Documents/*.*</item>
<item>/lbn-gtt-template-ts/GTT-V2-Sample-App-FLP/*.*</item>
<item>/lbn-gtt-template-ts/GTT-V2-Sample-TrackShipments-Service/*.*</item>
<item>/lbn-gtt-template-ts/GTT-V2-Sample-TrackShipments-UI/*.*</item>
<item>/lbn-gtt-template-ts/Model/*.*</item>
<item>/lbn-gtt-template-ts/README.md</item>
<item>/lbn-gtt-template-tso/Documents/*.*</item>
<item>/lbn-gtt-template-tso/GTT-V2-Sample-App-FLP/*.*</item>
<item>/lbn-gtt-template-tso/GTT-V2-Sample-TrackSalesOrders-Service/*.*</item>
<item>/lbn-gtt-template-tso/GTT-V2-Sample-TrackSalesOrders-UI/*.*</item>
<item>/lbn-gtt-template-tso/Model/*.*</item>
<item>/lbn-gtt-template-tso/README.md</item>
</IGNORE>
</DATA>
</asx:values>
</asx:abap>