List .preload.php in .gitignore

This commit is contained in:
Nicolas Grekas
2020-09-07 09:09:09 +02:00
parent fd641449fa
commit 576fb6ad07
2 changed files with 2 additions and 0 deletions
@@ -23,6 +23,7 @@
"/.env.*.local",
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
"/%PUBLIC_DIR%/bundles/",
"/%SRC_DIR%/preload.php",
"/%VAR_DIR%/",
"/vendor/"
]
@@ -21,6 +21,7 @@
"/.env.*.local",
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
"/%PUBLIC_DIR%/bundles/",
"/%SRC_DIR%/preload.php",
"/%VAR_DIR%/",
"/vendor/"
]