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

4
.gitignore vendored
View File

@ -19,7 +19,7 @@
*.zip *.zip
*.tar.gz *.tar.gz
*.rar *.rar
target/ target/*
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
@ -56,4 +56,4 @@ nbdist/
.nb-gradle/ .nb-gradle/
# Secrets! # Secrets!
secrets.yml secrets.yml