From 097202c9d4b7b9dea259bce4e0e0136ac4ea6c8e Mon Sep 17 00:00:00 2001 From: Joshua Yin Date: Wed, 9 Jan 2019 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=BF=BD=E7=95=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ufile-auth-server-python/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ufile-auth-server-python/.gitignore diff --git a/ufile-auth-server-python/.gitignore b/ufile-auth-server-python/.gitignore new file mode 100644 index 0000000..1a63920 --- /dev/null +++ b/ufile-auth-server-python/.gitignore @@ -0,0 +1,12 @@ +*.DS_Store +node_modules +__pycache__ +*.log +*.pyc +*.bak +*.out +build +.build +bin +*~ +*.swp \ No newline at end of file