Skip to content

Commit

Permalink
gitignore e sem compilados
Browse files Browse the repository at this point in the history
  • Loading branch information
xdlimao committed Jun 20, 2024
1 parent d8a4702 commit 1e3933b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

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

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1718848510063</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Binary file removed bin/Interface$1.class
Binary file not shown.
Binary file removed bin/Interface$2.class
Binary file not shown.
Binary file removed bin/Shutdown.class
Binary file not shown.
Binary file removed bin/Start.class
Binary file not shown.

0 comments on commit 1e3933b

Please sign in to comment.