Ver Fonte

e-ignorami

www-data há 1 ano atrás
pai
commit
8a9bbfb632
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -3,7 +3,7 @@ fvenv/*
 venv/*
 # Additional Python stuff
 __pycache__
-**/__pycache
+**/__pycache__
 app.log
 # IDEs
 .vscode/*