This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 680533dfa Update gitignore (#2282)
680533dfa is described below

commit 680533dfac742b8aa619a8c5c664eb20d41d1d7b
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Oct 14 16:06:14 2023 +0800

    Update gitignore (#2282)
---
 .gitignore            | 26 +++++++++++++++++++++++++-
 docs/.hugo_build.lock |  0
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9b1aadace..2e467661c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,40 @@
 # maven ignore
 target/
+*.class
 *.jar
 *.war
 *.zip
 *.tar
+*.tar.gz
+dependency-reduced-pom.xml
 .flattened-pom.xml
+pom.xml.versionsBackup
+
+# maven plugin ignore
+release.properties
+*.gpg
 
 # eclipse ignore
 .settings/
 .project
 .classpath
+.factorypath
 
 # idea ignore
 .idea/
+!/.idea/icon.png
 *.ipr
 *.iml
 *.iws
 
+# vscode ignore
+.vscode/
+
 # temp ignore
 logs/
-*.doc
 *.log
+*.tlog
+*.doc
 *.cache
 *.diff
 *.patch
@@ -30,4 +44,14 @@ logs/
 .DS_Store
 Thumbs.db
 
+# antlr ignore
+gen/
+*.tokens
+
+# profiler ignore
+.profiler/
+
+# hugo ignore
 public/
+.hugo_build.lock
+*.html-e
diff --git a/docs/.hugo_build.lock b/docs/.hugo_build.lock
deleted file mode 100644
index e69de29bb..000000000

Reply via email to