-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
57 lines (45 loc) · 1.07 KB
/
.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
51
52
53
54
55
56
57
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
/docroot/core/
/docroot/modules/contrib/
/docroot/themes/contrib/
/docroot/profiles/contrib/
/docroot/libraries/
# Ignore Drupal files
docroot/sites/*/settings.local.php
docroot/sites/*/files
docroot/sites/simpletest
docroot/sites/*/secrets.settings.php
drush/sites/self.site.yml
docroot/sites/*/services.local.yml
# Ignore debug output
/output
# Ignore npm dependencies
node_modules/
npm-debug.log
# Ignore generated CSS
*.sass-cache/
styleguide/*.sass-cache/
styleguide/source/code/css/*.css
# Ignore sculpin output
styleguide/output_dev/
styleguide/output_prod/
# Ignore XML Sitemap ID configuration.
conf/drupal/config/xmlsitemap.xmlsitemap.*.yml
# Vendor .git folders
docroot/modules/contrib/**/.git
#Misc files
.ddev/.env
.ddev/docker-compose.backstop.yaml
.ddev/docker-compose.selenium-chrome.yaml
.phpunit.result.cache
.twig-cs-fixer.cache
install_ddev.sh
# Keep the docker override file out of the repo
docker-compose.override.yml
# Ignore OSX system file
.DS_Store
.terraform/
terraform.tfstate*
.idea/