update gitignore

This commit is contained in:
xgdyp 2021-07-09 18:55:14 +08:00
parent a3684d1737
commit 223aba983f
2 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,7 +1,9 @@
.idea/ .idea/
be/.idea be/.idea
/be/app/projects/*
__pycache__ __pycache__
/be/app/projects/*

1
be/.gitignore vendored
View File

@ -5,3 +5,4 @@ __pycache__
/app/projects/*