www-data il y a 1 an
Parent
commit
8a9bbfb632
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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