-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
57 lines (45 loc) · 924 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
51
52
53
54
55
56
57
/.idea/
/.tmp/
# Ignore binaries.
/bin
.idea/
docker-compose.yml
web/sites/*/settings.local.php
web/sites/*/files
# Ignore directories generated by Composer
web/composer
drush/contrib
vendor
web/core
web/modules/contrib
web/themes/contrib
web/profiles/contrib
web/libraries
log/
db_dump/*.local.sql
db_dump/*.local.sql.gz
# Ignore configuration files that may contain environment-sensitive information.
web/sites/*/local.settings.php
web/sites/*/local.services.yml
web/sites/*/settings.local.php
web/sites/*/drushrc.local.php
# Ignore Drupal's file directory
web/sites/*/files
web/sites/*/private
# Ignore files generated by PhpStorm
.idea
# NPM
web/themes/*/node_modules
npm-debug.log
# We absolutely don't want to have the .sass-cache in git.
.sass-cache
# Ignore .map files
*.css.map
css/map
# Ignore css files from custom themes
# /themes/*/css/*.*
# Other
.DS_Store
# Drush
drushrc.local.php
playbook.retry