mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Exclude data-node downloads from assembly (#14825)
Also add data-node/bin to .gitignore.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,3 +40,4 @@ dependency-reduced-pom.xml
|
||||
|
||||
**/hs_err_pid*.log
|
||||
|
||||
data-node/bin/*
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
<includes>
|
||||
<include>*/**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>download/*</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/../data-node/target/lib</directory>
|
||||
|
||||
Reference in New Issue
Block a user