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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 85cf89ff6 [ISSUE #3699]Add gitignore for github codespaces open 
eventmesh (#3700)
85cf89ff6 is described below

commit 85cf89ff6e4e026760657bb1da883f918bcf9309
Author: mxsm <[email protected]>
AuthorDate: Mon Apr 17 17:04:36 2023 +0800

    [ISSUE #3699]Add gitignore for github codespaces open eventmesh (#3700)
---
 .gitignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 244764cf9..ef70f919e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,21 @@ h2/db.mv.db
 all-dependencies.txt
 self-modules.txt
 third-party-dependencies.txt
+
+# github codespaces or visual studio
+.vscode
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+!eventmesh-runtime/bin/*.sh
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to