Parcourir la source

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

* Update .gitignore

* Update .gitignore
maTh il y a 3 ans
Parent
commit
9af1c1ca1b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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