Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
#22, changed to public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Dec 10, 2017
1 parent 06d4bfa commit 0152dbf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/docroot/core/
/docroot/modules/contrib/
/docroot/themes/contrib/
/docroot/profiles/contrib/
/docroot/libraries/
/public/core/
/public/modules/contrib/
/public/themes/contrib/
/public/profiles/contrib/
/public/libraries/

# Ignore sensitive information
/docroot/sites/*/settings.php
/docroot/sites/*/settings.local.php
/public/sites/*/settings.php
/public/sites/*/settings.local.php

# Ignore Drupal's file directory
/docroot/sites/*/files/
/public/sites/*/files/

# Ignore SimpleTest multi-site environment.
/docroot/sites/simpletest
/public/sites/simpletest

# Ignore files generated by PhpStorm
/.idea/
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
],
"installer-paths": {
"drush/contrib/{$name}": ["type:drupal-drush"],
"docroot/core": ["type:drupal-core"],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"docroot/libraries/{$name}": [
"public/core": ["type:drupal-core"],
"public/modules/contrib/{$name}": ["type:drupal-module"],
"public/profiles/contrib/{$name}": ["type:drupal-profile"],
"public/themes/contrib/{$name}": ["type:drupal-theme"],
"public/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset",
Expand Down

0 comments on commit 0152dbf

Please sign in to comment.