Skip to content

Commit

Permalink
refs: #2 | Split front and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
henkRW committed Apr 7, 2017
1 parent c084bc6 commit 7235a79
Show file tree
Hide file tree
Showing 232 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
backend/drush/contrib
/vendor

# Ignore private directories
private-files/*
!private-files/.htaccess

# Ignore backend directories and files
backend/core
backend/modules/contrib
backend/themes/contrib/*
backend/libraries/*
backend/profiles/contrib
backend/sites/*/files
backend/sites/default/settings.local.php
backend/app/core
backend/app/modules/contrib
backend/app/themes/contrib/*
backend/app/libraries/*
backend/app/profiles/contrib
backend/app/sites/*/files
backend/app/sites/default/settings.local.php

# Ignore files generated by IDE
.idea
.eclipse
.nbproject
.nbproject
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions composer.json → backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
},
"extra": {
"installer-paths": {
"backend/core": ["type:drupal-core"],
"backend/libraries/{$name}": ["type:drupal-library"],
"backend/modules/contrib/{$name}": ["type:drupal-module"],
"backend/profiles/contrib/{$name}": ["type:drupal-profile"],
"backend/themes/contrib/{$name}": ["type:drupal-theme"],
"app/core": ["type:drupal-core"],
"app/libraries/{$name}": ["type:drupal-library"],
"app/modules/contrib/{$name}": ["type:drupal-module"],
"app/profiles/contrib/{$name}": ["type:drupal-profile"],
"app/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7235a79

Please sign in to comment.