-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
.gitignore
40 lines (35 loc) · 863 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
# Ignore directories generated by Composer
# Commit composer.lock for much faster installs for now.
#/composer.lock
/vendor/
/bin
/web/sites/all/drush/
/web/sites/all/modules/contrib/
/web/sites/all/themes/contrib/
/web/profiles/devmaster
/web/sites/all/libraries/
# Ignore Drupal 7 core files.
/web/*
/*/.git
/web/includes/
/web/misc/
/web/modules/
/web/profiles/README.txt
/web/profiles/minimal/
/web/profiles/standard/
/web/profiles/testing/
/web/scripts/
/web/sites/README.txt
/web/sites/all/*/README.txt
/web/sites/example.sites.php
/web/themes/
# Ignore configuration files that may contain sensitive information.
/web/sites/*/*.settings.php
/web/sites/*/settings*.php
/web/sites/*/drushrc.php
/web/sites/sites.php
# Ignore paths that contain user-generated content.
/web/sites/*/files
/web/sites/*/private
# Ignore files generated by PhpStorm
/.idea/