Update .gitignore to properly ignore target.
This commit is contained in:
parent
4c62889ba1
commit
1fa14ba168
|
@ -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…
Reference in New Issue