forked from exoplatform/jcr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (83 loc) · 2.06 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
91
92
93
94
95
96
97
98
99
#
# Ignores generated by SVN2GIT conversion
#
# /exo.jcr.component.core/
/exo.jcr.component.core/.settings
/exo.jcr.component.core/target
/exo.jcr.component.core/.classpath
/exo.jcr.component.core/.project
/exo.jcr.component.core/ObjectStore
# /exo.jcr.component.core/src/test/java/org/
/exo.jcr.component.core/src/test/java/org/apache
# /exo.jcr.component.ext/
/exo.jcr.component.ext/target
/exo.jcr.component.ext/.classpath
/exo.jcr.component.ext/.project
# /exo.jcr.connectors.jca/
/exo.jcr.connectors.jca/.externalToolBuilders
/exo.jcr.connectors.jca/maven-eclipse.xml
# /exo.jcr.docs/
/exo.jcr.docs/.settings
/exo.jcr.docs/.project
/exo.jcr.docs/.classpath
/exo.jcr.docs/.idea
/exo.jcr.docs/*.iml
/exo.jcr.docs/*.ipr
/exo.jcr.docs/*.iws
/exo.jcr.docs/temp
/exo.jcr.docs/bin
/exo.jcr.docs/target
# /exo.jcr.docs/exo.jcr.docs.developer/
/exo.jcr.docs/exo.jcr.docs.developer/.settings
/exo.jcr.docs/exo.jcr.docs.developer/.project
/exo.jcr.docs/exo.jcr.docs.developer/.classpath
/exo.jcr.docs/exo.jcr.docs.developer/.idea
/exo.jcr.docs/exo.jcr.docs.developer/*.iml
/exo.jcr.docs/exo.jcr.docs.developer/*.ipr
/exo.jcr.docs/exo.jcr.docs.developer/*.iws
/exo.jcr.docs/exo.jcr.docs.developer/temp
/exo.jcr.docs/exo.jcr.docs.developer/bin
/exo.jcr.docs/exo.jcr.docs.developer/target
# /exo.jcr.docs/exo.jcr.docs.developer/en/
/exo.jcr.docs/exo.jcr.docs.developer/en/.settings
/exo.jcr.docs/exo.jcr.docs.developer/en/.project
/exo.jcr.docs/exo.jcr.docs.developer/en/.classpath
/exo.jcr.docs/exo.jcr.docs.developer/en/.idea
/exo.jcr.docs/exo.jcr.docs.developer/en/*.iml
/exo.jcr.docs/exo.jcr.docs.developer/en/*.ipr
/exo.jcr.docs/exo.jcr.docs.developer/en/*.iws
/exo.jcr.docs/exo.jcr.docs.developer/en/temp
/exo.jcr.docs/exo.jcr.docs.developer/en/bin
/exo.jcr.docs/exo.jcr.docs.developer/en/target
# /packaging/module/
/packaging/module/target
#
# Default excludes
#
# Binaries
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.sar
*.class
# Maven
target/
# IntelliJ project files
*.iml
*.iws
*.ipr
.idea/
# eclipse project file
.settings/
.classpath
.project
# OS
.DS_Store
# Misc
*.swp