aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 63a2d0129ae15d1cdc7828d708d4d14efcadf21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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