From 950d73ade44762b2bdce9adea6923a295c1d14e6 Mon Sep 17 00:00:00 2001 From: longpeng Date: Tue, 24 Jun 2025 12:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=AF=B9.sql=E5=92=8C.yaml=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95b3d9b..c188fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -181,4 +181,7 @@ cython_debug/ .idea/ *pb2.py* -*pb.go \ No newline at end of file +*pb.go + +*.sql +*.yaml \ No newline at end of file