We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa3f08 commit f6e564eCopy full SHA for f6e564e
commands/web/symlink-project
@@ -15,7 +15,8 @@ cd "$DDEV_COMPOSER_ROOT" || exit
15
curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/scripts/symlink_project.php
16
17
# Suppress a warning.
18
-export PROJECT_FILES=$(ls -A)
+PROJECT_FILES=$(ls -A --ignore="web" --ignore="vendor" --ignore="symlink_project.php" --ignore=".ddev" --ignore=".idea")
19
+export PROJECT_FILES
20
# Symlink name using underscores.
21
# @see https://www.drupal.org/docs/develop/creating-modules/naming-and-placing-your-drupal-module
22
php symlink_project.php "${DDEV_SITENAME//-/_}"
0 commit comments