-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (27 loc) · 809 Bytes
/
.gitignore
File metadata and controls
34 lines (27 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Ignore composer.lock
# When onboarding a new project, this line should be deleted, and the lock file
# version controlled.
composer.lock
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/docroot/core/
/docroot/modules/contrib/
/docroot/themes/contrib/
/docroot/profiles/contrib/
/docroot/libraries/
# Ignore sensitive information
!docroot/sites/*/settings.php
docroot/sites/*/settings.local.php
# Ignore Drupal's file directory
/docroot/sites/*/files/
# Ignore SimpleTest multi-site environment.
docroot/sites/simpletest
# Ignore files generated by PhpStorm
/.idea/
# Ignore any node_modules dirctories
node_modules.cp-remote-env-settings.yml
/workspace/continuouspipe/demo-drupal8/cp-remote-logs/
# Ignore Continuous Pipe files/folders.
cp-remote-logs/
.cp-remote-env-settings.yml