From 8fd1b9bfa5b8df36631b6fc3a24a63b8906afc96 Mon Sep 17 00:00:00 2001 From: godotg Date: Thu, 28 Sep 2023 12:03:16 +0800 Subject: [PATCH] perf[protocol]: ignore path --- .gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitignore b/.gitignore index a391a886..7eabc66d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,16 +34,6 @@ test.md # Ignore the index file generated by lucene **/lucene-data/ -# 忽略生成的协议文件 -**/jsProtocol/ -**/gdProtocol/ -**/pyProtocol/ -**/CsProtocol/ -**/LuaProtocol/ -**/cppProtocol/ -**/tsProtocol/ -**/protos/ - # Ignore the package description file generated by npm package-lock.json **/node_modules/