-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (55 loc) · 1.25 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
58
59
60
61
62
63
# Ignore directories generated by Composer.
/drush/contrib/
/drush/Commands/contrib
/vendor/
/web/core/
/web/libraries/
/web/modules/contrib/
/web/profiles/contrib/
/web/themes/contrib/
# Project bower-asset/bootstrap-sass used for a Bootstrap sub theme.
/web/themes/custom/*/bootstrap
!/web/themes/custom/*/bootstrap/assets
# Ignore sensitive information.
/web/sites/*/settings.php
/web/sites/*/settings.*.php
/web/sites/*/default.services.yml
# Ignore .env files as they are personal.
/.env
# Ignore Drupal's services.
/web/sites/*/services.yml
# Ignore Drupal's file directory.
/web/sites/*/files/
# Ignore SimpleTest.
/web/sites/simpletest
/web/sites/*/simpletest
# Drupal scaffold.
/.editorconfig
/.gitattributes
/web/example.gitignore
/web/.csslintrc
/web/.eslintignore
/web/.htaccess
/web/*.txt
/web/web.config
# Ignore files generated by PhpStorm, VScode.
/.idea
/.vscode
/.phan
# Ignore other gitignore generated
/.ddev/.gitignore
/web/.gitignore
/web/modules/.gitignore
/web/profiles/.gitignore
/web/sites/.gitignore
/web/sites/default/.gitignore
/web/themes/.gitignore
# Ignore other caches or not needed folders.
.Trash-*
.sass-cache
Gemfile.lock
.console
/console
/logs
/cache
/drupal-debug.yml