Skip to content

Commit

Permalink
Atualiza o gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LorhanSohaky committed Nov 14, 2020
1 parent 16c1031 commit 21bc018
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,32 @@ TSWLatexianTemp*
*.mtc1
*.out
*.synctex.gz

### Java ###
# 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*

### Java-Web ###
## ignoring target file
target/

0 comments on commit 21bc018

Please sign in to comment.