Skip to content

Commit

Permalink
Update README, add gitignore (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveliam authored Apr 9, 2020
1 parent 3c8f7c3 commit ba3c8a0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 740 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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*

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
Loading

0 comments on commit ba3c8a0

Please sign in to comment.