Skip to content

Commit 449e09a

Browse files
committed
Fixed the conflicts and updating the repo history
2 parents e0cad1c + 41db9b3 commit 449e09a

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

.gitignore

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
*.DS_Store
15+
116
########################## Java,Android ###############################
217
# built application files for android
318
*.apk
@@ -22,6 +37,10 @@ local.properties
2237
/bin/
2338
/target/
2439

40+
#.classpath
41+
.settings
42+
JavaRestSamples/play_intro
43+
2544
# Proguard folder generated by Eclipse
2645
proguard/
2746

@@ -30,6 +49,7 @@ proguard/
3049
*.ipr
3150
*.iws
3251
/.idea/
52+
.idea/
3353

3454
# Mac files
3555
.DS_Store
@@ -233,7 +253,6 @@ fabric.properties
233253

234254

235255
.idea/vcs.xml
236-
=======
237256
# Windows image file caches
238257
Thumbs.db
239258
ehthumbs.db
@@ -253,12 +272,11 @@ $RECYCLE.BIN/
253272
# Windows shortcuts
254273
*.lnk
255274

256-
# =========================
275+
257276
# Operating System Files
258-
# =========================
259277

260278
# OSX
261-
# =========================
279+
262280

263281
.DS_Store
264282
.AppleDouble
@@ -281,3 +299,4 @@ $RECYCLE.BIN/
281299
Network Trash Folder
282300
Temporary Items
283301
.apdisk
302+
*-Ex.R

0 commit comments

Comments
 (0)