-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
77 lines (69 loc) · 1.53 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
# IDE & gradle files
build/
consolestorage/
/certificates
/dependencies
/cloud-extension-pack/
.gradle/
.idea/
idea-module-files/
*.iml
com.springsource.sts.config.flow.prefs
org.springframework.ide.eclipse.beans.core.prefs
org.springframework.ide.eclipse.core.prefs
.springBeans
org.sonar.ide.eclipse.core.prefs
HybrisCodeGeneration.launch
# Folders to ignore, whatever the place they are
.DS_Store
.metadata
classes/
testclasses/
eclipsebin/
gensrc/
# Folders to ignore from the root of the repository
core-customize/hybris/roles/
core-customize/hybris/log/
core-customize/hybris/temp/
core-customize/hybris/data/
core-customize/hybris/config/local-config/9[0-9]-local.properties
# only allow sapcxtools extension
core-customize/hybris/bin/modules/
core-customize/hybris/bin/platform/
# Filename patterns to ignore
*.class
build.xml
Generated*.java
platformhome.properties
*testclasses.xml
extensioninfo.xsd
*hmc.jar
hmc.xsd
items.xsd
beans.xsd
ruleset.xml
*.log
.pmd
*build.number
base.properties
# Addon specific copy folders
**/_ui/addons
**/views/addons
**/tld/addons
**/tags/addons
**/messages/addons
**/lib/addons
**/web/addonsrc
**/_ui-src/addons
**/web/addontestsrc
**/web/commonwebsrc/*/
**/web/webroot/WEB-INF/lib/addon-*
wro_addons.xml
# Backoffice artifacts
*_bof.jar
# Project specific ignores
core-customize/hybris/config/local.properties
core-customize/hybris/config/solr/instances/default/configsets
# developer-specific properties
core-customize/hybris/config/local-config/
core-customize/hybris/config/licence/installedSaplicenses.properties