Explorar el Código

Update .gitignore: ignore the directory data.back (#5359)

* Update .gitignore

* Update .gitignore
maTh hace 3 años
padre
commit
9af1c1ca1b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 /bin/
 /node_modules/
 /vendor/
+/data.back/
 /constants.local.php
 
 .vscode/