This is an automated email from the ASF dual-hosted git repository.
freeoneplus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git
The following commit(s) were added to refs/heads/master by this push:
new 667cecb Add .gitignore file (#7)
667cecb is described below
commit 667cecbbe0fc08e6565e0065d016dc747cace994
Author: Gerry Qi <[email protected]>
AuthorDate: Wed Jul 2 18:30:46 2025 +0800
Add .gitignore file (#7)
* Add dify dsl demo
* Deploying on docker
* Add .gitignore file
---------
Co-authored-by: Gerry.qi 齐晓明 <[email protected]>
---
.gitignore | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5460bc4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+*.log
+*.log.*
+*.bak
+logs
+/configs/*.py
+.vscode/
+__pycache__/
+*.log
+
+.python-version
+Pipfile.lock
+poetry.lock
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+.idea/
+
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]