Skip to content

Commit

Permalink
chore: added tag and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Aug 31, 2021
1 parent 1ab0492 commit 686f7b3
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
/dist/
### Java ###
# 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*

### NetBeans ###
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

0 comments on commit 686f7b3

Please sign in to comment.