-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
50 lines (42 loc) · 959 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Ignore directories generated by Composer
drush/contrib
vendor
bin
docroot/core
docroot/libraries
docroot/modules/contrib
docroot/themes/contrib
docroot/profiles/contrib
# Ignore Drupal's file directory
docroot/sites/default/files
private/*
tmp/*
# Ignore files generated by PhpStorm
.idea
# Ignore apple stuff
.DS_Store
# Ignore configuration files that may contain sensitive information.
docroot/sites/*/settings.local.php
docroot/sites/*/settings.devdesktop.php
docroot/sites/*/services*.yml
# Ignore paths that contain user-generated content.
docroot/sites/*/files
docroot/sites/*/private
# Ignore SimpleTest multi-site environment.
docroot/sites/simpletest
# Ignore Acquia Dev Desktop configs.
docroot/sites/*.dd
# Ignore .env files as they are personal
/.env
/.editorconfig
/.gitattributes
local.settings.php
local.drush.yml
local.site.yml
local.services.yml
*.local
local.blt.yml
deployment_identifier
/travis_wait*
/files-private
.phpcs-cache