This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 3d4c7286817 Update .gitignore (#28719)
3d4c7286817 is described below
commit 3d4c7286817159a281dcc9d2703e2e91b3f03fd3
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Oct 11 19:35:12 2023 +0800
Update .gitignore (#28719)
* Remove useless class
* Update .gitignore
* Update .gitignore
---
.gitignore | 6 +++++-
docs/.gitignore | 32 --------------------------------
2 files changed, 5 insertions(+), 33 deletions(-)
diff --git a/.gitignore b/.gitignore
index 231b1113bc0..dd79a690dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,7 +39,6 @@ logs/
*.diff
*.patch
*.tmp
-.hugo_build.lock
# system ignore
.DS_Store
@@ -51,3 +50,8 @@ gen/
# profiler ignore
.profiler/
+
+# hugo ignore
+public/
+.hugo_build.lock
+*.html-e
diff --git a/docs/.gitignore b/docs/.gitignore
deleted file mode 100644
index db90cd99f02..00000000000
--- a/docs/.gitignore
+++ /dev/null
@@ -1,32 +0,0 @@
-# maven ignore
-target/
-
-# hugo ignore
-public/
-
-# eclipse ignore
-.settings/
-.project
-.classpath
-
-# idea ignore
-.idea/
-*.ipr
-*.iml
-*.iws
-
-# temp ignore
-logs/
-*.doc
-*.log
-*.cache
-*.diff
-*.patch
-*.tmp
-
-# system ignore
-.DS_Store
-Thumbs.db
-
-*.class
-*.html-e