-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
57 lines (46 loc) · 833 Bytes
/
.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
ruleset.xml
.pmd
*build.number
.idea
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
**/custom/**/classes/*
**/testclasses/*
**/modelclasses/*
**/eclipsebin/*
**/gensrc/*
**/resources/items.xsd
**/extensioninfo.xsd
**/*hmc.jar
**/models.jar
**/*testclasses.xml
**/build.xml
**/hmc.xsd
**/beans.xsd
**/web/webroot/cockpit
**/web/webroot/cmscockpit
**/web/webroot/cscockpit
**/web/webroot/productcockpit
**/generated*.xml
**/dummy.txt
**/web/webroot/ext/**/*.jsp
**/web/webroot/ext/**/*.gif
**/web/webroot/ext/**/*.png
platformhome.properties
*.log
**/velocity.log
*.class
gen
**/*.DS_Store
out/**
# IntelliJ
**/.idea
**/*.iml
/.classpath
/lib/
/.project
/.settings/