forked from drupalnorge/drupalno-2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
62 lines (55 loc) · 1.13 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
# Ignore directories generated by Composer.
drush/Commands/contrib
vendor
bin
web/core
web/libraries
web/modules/contrib
web/profiles/contrib
web/themes/contrib
# Ignore files generated by PhpStorm.
.idea
# Ignore apple stuff
.DS_Store
# Ignore database dumps
*.sql
*.db
# Ignore configuration files that may contain sensitive information.
web/sites/*/settings.*.php
web/sites/*/services.*.yml
!web/sites/*/settings.platformsh.php
# Ignore Drupal's file directory
web/sites/*/files
web/sites/*/private
/.drush
# Ignore paths that contain user-generated content.
web/sites/*/files
web/sites/*/private
files
private
tmp
# Ignore scaffold files
.editorconfig
.gitattributes
web/modules/README.txt
web/profiles/README.txt
web/themes/README.txt
web/sites/default/default.services.yml
web/sites/default/default.settings.php
web/sites/development.services.yml
web/sites/example.settings.local.php
web/sites/example.sites.php
web/sites/README.txt
web/.csslintrc
web/.eslintignore
web/.eslintrc.json
web/.ht.router.php
web/.htaccess
web/INSTALL.txt
web/README.md
web/autoload.php
web/example.gitignore
web/index.php
web/robots.txt
web/update.php
web/web.config