From df8a6640553be9658878f10918e9bb2c6a287376 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 4 Jun 2019 14:36:13 +0800 Subject: [PATCH] gitignore --- .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