Explorar el Código

another_gitignore

kora hace 1 año
padre
commit
2628cf5029
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      .gitignore

+ 5 - 5
.gitignore

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