-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (64 loc) · 1.67 KB
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Hybris folders
build-tools
c4c-integration
hybris-sbg
installer
licenses
README
SIGNATURE.SMF
#Autogenerated Hybris files
gensrc
classes
build.xml
eclipsebin
platformhome.properties
extensioninfo.xsd
hmc.xsd
items.xsd
beans.xsd
hybris/bin/custom/**/hmc/bin/
hybris/bin/custom/**/resources/backoffice/*_bof.jar
hybris/bin/third-party/**/resources/backoffice/*_bof.jar
hybris/bin/custom/**/web/webroot/cockpit
hybris/bin/custom/**/resources/**/*-webtestclasses.xml
#We ignore the Hybris extensions
hybris/bin/modules
hybris/sampleconfigurations
platform/
data/
log/
temp/
tmp/
# Hybris 5
hybris/bin/custom/arecoDeploymentScriptsManager/web/webroot/cockpit
hybris/bin/custom/arecoDeploymentScriptsExamples/web/webroot/cockpit
hybris/bin/custom/arecoDeploymentScriptsExamples/resources/arecoDeploymentScriptsExamples/arecoDeploymentScriptsExamples-testclasses.xml
hybris/bin/custom/arecoDeploymentScriptsManager/resources/arecoDeploymentScriptsManager/arecoDeploymentScriptsManager-testclasses.xml
# Training frontend
hybris/bin/custom/training
#Configuration file
hybris/config
#We don't ignore our build.xmls
!/build.xml
#We ignore the zip packages
hybris/bin/custom/deploymentScriptsManager_*.zip
#Intellij IDEA
.idea/workspace.xml
.idea/tasks.xml
#Reports of PMD, Checkstyle and Findbugs
qa_reports/
#We ignore the standard ruleset which comes with Hybris
.ruleset
#We ignore the directories with the binaries of PMD, Checkstyle and Findbugs.
qa/findbugs-*
qa/spotbugs-*
qa/pmd-bin*
qa/checkstyle-*
!qa/checkstyle-simple.xsl
qa/cobertura-*
velocity.log
qa/cobertura.zip
**.bak
*-testclasses.xml
# Ignore autogenerated file of addon
hybris/bin/custom/areconewslettercomponent/project.properties