Skip to content

Commit a1739c1

Browse files
committed
Added 'drush' directory to '.gitignore.artifact' and sorted entries.
1 parent d004d99 commit a1739c1

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!web

.vortex/installer/tests/Fixtures/handler_process/deploy_types_all_circleci/.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!web

.vortex/installer/tests/Fixtures/handler_process/deploy_types_all_gha/.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!web

.vortex/installer/tests/Fixtures/handler_process/deploy_types_artifact/.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!web

.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!docroot

.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/.gitignore.artifact

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
/*
55

66
# Do not ignore required files.
7+
!.env
78
!/config/
9+
!/drush/
810
!/scripts/
911
!/vendor/
1012
!composer.json
11-
!.env
1213

1314
# Do not ignore webroot (manage Drupal Scaffold files using the composer.json)
1415
!docroot

0 commit comments

Comments
 (0)