From 6380408e8aa291be1840c98f25b5b93c56036e98 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 5 Jun 2019 09:43:51 +0800 Subject: [PATCH] =?UTF-8?q?.gitignore=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - route/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 route/.gitignore diff --git a/.gitignore b/.gitignore index 08c402321..143aabd80 100755 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ *.lock .tea .htaccess -route.php *payment_*_respond.php *payment_*_notify.php \ No newline at end of file diff --git a/route/.gitignore b/route/.gitignore new file mode 100644 index 000000000..ed883892b --- /dev/null +++ b/route/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!route.config \ No newline at end of file