浏览代码

another_gitignore

kora 1 年之前
父节点
当前提交
2628cf5029
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .gitignore

+ 5 - 5
.gitignore

@@ -1,9 +1,9 @@
 # Python virtual envs
-fvenv/*
-venv/*
+fvenv/
+venv/
 # Additional Python stuff
-__pycache__
-**/__pycache
+__pycache__/
+**/__pycache__/
 app.log
 # IDEs
-.vscode/*
+.vscode/