aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6d29f15814260549c881f03de200b41d537bb6c0 (plain)
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
#Mac OS X generated files
.DS_Store*
Thumbs.db

#Compiled 
/build
/classes
*.jar
*.class
target

#intellij
/.idea
#GWT generated file
*~
*.log
*.log.*
*.ipr
*.iml
*.iws
gen
.gwt
gwt-unitCache

#eclipse
.project
.classpath
.settings