Update .gitignore to ignore target/
This commit is contained in:
parent
d2e02ef2f1
commit
e603a6aea9
|
@ -19,6 +19,7 @@
|
|||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
target/
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
|
Loading…
Reference in New Issue