Update .gitignore to properly ignore target.

This commit is contained in:
Nekojimi 2022-05-18 20:45:37 +01:00
parent 4c62889ba1
commit 1fa14ba168
1 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -19,7 +19,7 @@
*.zip
*.tar.gz
*.rar
target/
target/*
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*