-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy path.gitignore
90 lines (77 loc) · 1.3 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
79
80
81
82
83
84
85
86
87
88
89
90
# folders/files to always ignore
.metadata
.DS_Store
**/gensrc
#IDE files
.gradle
.idea
idea-module-files
*.iml
com.springsource.sts.config.flow.prefs
org.sonar.ide.eclipse.core.prefs
HybrisCodeGeneration.launch
org.springframework.ide.eclipse.beans.core.prefs
org.springframework.ide.eclipse.core.prefs
.springBeans
eclipsebin
# NPM packages
**/node_modules
# Compiled class file
*.class
# Test classes
**/testclasses
# Generated jalo java files
**/jalo
# allow only custom extensions
**/hybris/bin/*
!**/hybris/bin/custom/
# Folders to ignore at the root of the repository
**/hybris/roles/
**/hybris/log/
**/hybris/temp/
**/hybris/data/
**/hybris/config/orbeon
# 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
**/web/addonsrc
**/_ui-src/addons
**/web/addontestsrc
**/web/commonwebsrc/*/
*_bof.jar
# Java generated files #
*.class
*.war
*.ear
# Commerce Ant generated files #
gensrc/
build.xml
extensioninfo.xsd
hmc.xsd
platformhome.properties
*-testclasses.xml
*-webtestclasses.xml
*-hmctestclasses.xml
beans.xsd
items.xsd
classes/
eclipsebin/