This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new d156aa62 [hotfix] Ignore the local directories check-license.sh
creates (#934)
d156aa62 is described below
commit d156aa6214eb8b08fa92f5ca4f1f24c083b53f2b
Author: Weiqing Yang <[email protected]>
AuthorDate: Sun Aug 2 20:24:55 2026 -0700
[hotfix] Ignore the local directories check-license.sh creates (#934)
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6b898bb3..8dec4384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@ python/.DS_Store
# Build
target/
+/build/
+/lib/
**/dependency-reduced-pom.xml
tools/releasing/release/
__pycache__