From 223aba983fdb88067902af0d60fcb2ded64a04b1 Mon Sep 17 00:00:00 2001 From: xgdyp Date: Fri, 9 Jul 2021 18:55:14 +0800 Subject: [PATCH] update gitignore --- .gitignore | 6 ++++-- be/.gitignore | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22a2ef6..67dac87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .idea/ be/.idea + + + +__pycache__ /be/app/projects/* - -__pycache__ \ No newline at end of file diff --git a/be/.gitignore b/be/.gitignore index 802a0fe..a4c5ca8 100644 --- a/be/.gitignore +++ b/be/.gitignore @@ -5,3 +5,4 @@ __pycache__ +/app/projects/*