Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ebremer committed Apr 1, 2019
1 parent 8922f0d commit 3e04513
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
# 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

# image files
*.svs
*.tif
*.tiff

# other
debug.log
/lib/
/blob_storage/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/cache/
# 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

# image files
*.svs
*.tif
*.tiff

# other
debug.log
/lib/
/blob_storage/

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

0 comments on commit 3e04513

Please sign in to comment.