Skip to content

Commit 99ab144

Browse files
committed
git ignore
1 parent 195ba15 commit 99ab144

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

JavaTraining/.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@ local.properties
5252
# Scala IDE specific (Scala & Java development for Eclipse)
5353
.cache-main
5454
.scala_dependencies
55-
.worksheet
55+
.worksheet
56+
57+
# file to ignore if you want to use git to track your eclipse workspace metadata directory.
58+
59+
.mylyn/.taskListIndex/
60+
*.log
61+
.plugins/org.eclipse.m2e.core/nexus/
62+
*.swp
63+
.mylyn/*
64+
.plugins/org.eclipse.core.resources/.root/*.tree
65+
.markers
66+
.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs
67+
.plugins/org.eclipse.ui.workbench/workingsets.xml
68+
.plugins/org.eclipse.team.cvs.core

0 commit comments

Comments
 (0)