Skip to content

Commit

Permalink
Merge pull request #1 from TrulyFree/master
Browse files Browse the repository at this point in the history
Add .gitignore, remove target/
  • Loading branch information
Moudoux authored Jun 5, 2017
2 parents c67dc45 + c762039 commit 85e4713
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 163 deletions.
26 changes: 0 additions & 26 deletions .classpath

This file was deleted.

30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# maven target
/target/

# eclipse
.classpath
.project
.settings/
23 changes: 0 additions & 23 deletions .project

This file was deleted.

4 changes: 0 additions & 4 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

8 changes: 0 additions & 8 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions .settings/org.eclipse.m2e.core.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions target/classes/META-INF/MANIFEST.MF

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions target/classes/META-INF/maven/me.alexander.mcbot/MCBot/pom.xml

This file was deleted.

Binary file removed target/classes/me/alexander/mcbot/Bot$1.class
Binary file not shown.
Binary file removed target/classes/me/alexander/mcbot/Bot.class
Binary file not shown.
Binary file removed target/classes/me/alexander/mcbot/Main$1.class
Binary file not shown.
Binary file removed target/classes/me/alexander/mcbot/Main.class
Binary file not shown.
Binary file removed target/classes/me/alexander/mcbot/Utils.class
Binary file not shown.
Binary file removed target/test-classes/me/alexander/mcbot/AppTest.class
Binary file not shown.

0 comments on commit 85e4713

Please sign in to comment.