Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BgrDr0p authored Jan 8, 2019
1 parent 099dd83 commit 8f3925f
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# Compiled class file
*.class
.gradle

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/
# IDEs
.idea
*.iml
build/
.classpath
.project
.settings/
bin/
.vscode/

# Package Files #
*.jar
!gradle/wrapper/gradle-wrapper.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*

0 comments on commit 8f3925f

Please sign in to comment.