Commit 264b8f4eedc0283170c128950c7c01bda4abc9d5
0 parents
Exists in
master
Initialize git repo for 'alfresco-core'
Showing
2 changed files
with
42 additions
and
0 deletions
Show diff stats
.gitattributes
.gitignore
... | ... | @@ -0,0 +1,34 @@ |
1 | +*.class | |
2 | + | |
3 | +# Eclipse | |
4 | +.classpath | |
5 | +.settings | |
6 | +.project | |
7 | + | |
8 | +# Intellij | |
9 | +.idea/ | |
10 | +*.iml | |
11 | +*.iws | |
12 | + | |
13 | +# Mac | |
14 | +.DS_Store | |
15 | + | |
16 | +# Maven | |
17 | +target | |
18 | +*.log | |
19 | +*.log.* | |
20 | + | |
21 | +# Mobile Tools for Java (J2ME) | |
22 | + | |
23 | +.mtj | |
24 | +.tmp/ | |
25 | + | |
26 | +# Package Files # | |
27 | + | |
28 | +*.jar | |
29 | +*.war | |
30 | +*.ear | |
31 | + | |
32 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
33 | + | |
34 | +hs_err_pid* | ... | ... |