Skip to content

Commit 576fb6a

Browse files
List .preload.php in .gitignore
1 parent fd64144 commit 576fb6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

symfony/framework-bundle/4.2/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"/.env.*.local",
2424
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2525
"/%PUBLIC_DIR%/bundles/",
26+
"/%SRC_DIR%/preload.php",
2627
"/%VAR_DIR%/",
2728
"/vendor/"
2829
]

symfony/framework-bundle/5.2/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"/.env.*.local",
2222
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2323
"/%PUBLIC_DIR%/bundles/",
24+
"/%SRC_DIR%/preload.php",
2425
"/%VAR_DIR%/",
2526
"/vendor/"
2627
]

0 commit comments

Comments
 (0)