Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Brycey92 committed Feb 26, 2020
1 parent 19b2115 commit 50cedcf
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,47 @@
# Compiled class file
*.class

# IntelliJ project files
.idea/
.gradle/
build/
*.iml
# 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*

# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project

# idea
out
gen
*.ipr
*.iws
*.iml
.idea

# gradle
build
.gradle

# other
eclipse
run

0 comments on commit 50cedcf

Please sign in to comment.