Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
barrycaceres committed Jul 11, 2024
1 parent 67b04bf commit 473b18f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,24 @@
*.war
*.nar
*.ear
*.zip
# comment out .zip because of javadocs
#*.zip
*.tar.gz
*.rar

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

.history

# Maven build artifact directory
target/*

# IntelliJ project directory info
.idea/*
*.iml

.history
.vscode


0 comments on commit 473b18f

Please sign in to comment.