Update .gitignore to properly ignore target.

multithread-playback
Nekojimi 2 years ago
parent 4c62889ba1
commit 1fa14ba168
  1. 4
      .gitignore

4
.gitignore vendored

@ -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

Loading…
Cancel
Save