This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 16639d7c6 .gitignore file adds log keyword to ignore. (#2271)
16639d7c6 is described below
commit 16639d7c60cc67495ee3d24243676f05254fe75c
Author: Kerwin <[email protected]>
AuthorDate: Wed Jul 27 12:22:20 2022 +0800
.gitignore file adds log keyword to ignore. (#2271)
---
.gitignore | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 2318e1182..2fc1b094e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# Package Files #
*.jar
+*.zip
+*.tar.gz
# see JDK-8214300
.attach_pid*
@@ -10,6 +12,11 @@ hs_err_pid*
# build targets
target/
+# Log file
+*.log
+/logs
+logs.zip
+
# Intellij Idea files
.idea/
*.iml
@@ -31,7 +38,6 @@ third-party-dependencies.txt
dependency-reduced-pom.xml
apidoc
-*.tar.gz
# Python
*.py[cod]