Skip to content

Commit

Permalink
add ignore rule
Browse files Browse the repository at this point in the history
  • Loading branch information
overpassion authored Mar 29, 2021
1 parent aaebaa5 commit 54c22bc
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Compiled class file
# Compiled class file #
*.class

# Log file
# Log file #
*.log

# BlueJ files
# BlueJ files #
*.ctxt

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

# Package Files #
Expand All @@ -19,5 +19,20 @@
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# Setting Files #
.idea/
.settings/
.project
.classpath

.git/
.svn/

# Build #
target/

# OS
.DS_Store

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

0 comments on commit 54c22bc

Please sign in to comment.