Browse Source

another_gitignore

kora 1 năm trước cách đây
mục cha
commit
2628cf5029
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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/