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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new fc5befd  [INLONG-1617] Ignore mysql directory after run docker compose 
(#1618)
fc5befd is described below

commit fc5befd40b9ba82f382c1fc2ef231841779a2412
Author: leo65535 <[email protected]>
AuthorDate: Wed Oct 13 09:50:51 2021 +0800

    [INLONG-1617] Ignore mysql directory after run docker compose (#1618)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index f098538..6609cc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,6 @@ inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build/
 
 # Log
 *.log
+
+# Docker mysql storage
+docker/docker-compose/mysql

Reply via email to