Skip to content

Commit

Permalink
git ignore files cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-vlcek committed Oct 1, 2014
1 parent df1e4a8 commit d5ac865
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.idea/
# --------------------------------------------------------------------
# Ignore Mac files

.DS_Store

# --------------------------------------------------------------------
# Ignore Maven builds

*/target

# --------------------------------------------------------------------
# Ignore IntelliJ IDEA files

.idea/
*.iml
*/*.iml
mbox_tools.iml
1 change: 0 additions & 1 deletion mbox_tools.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
Expand Down

0 comments on commit d5ac865

Please sign in to comment.