-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (30 loc) · 869 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
# Ignore directories generated by Composer
#
# This is currently commented out by design, as the composer generated files and
# folders are still intentionally committed to the repo.
#
# Once this workflow changes, these lines can be uncommented or moved to a
# separate file / logic.
#/drush/contrib/
#/vendor/
#/docroot/core/
#/docroot/modules/contrib/
#/docroot/modules/custom/
#/docroot/themes/contrib/
#/docroot/themes/custom/
#/docroot/profiles/contrib/
#/docroot/profiles/dropsolid_rocketship_profile/
#/docroot/libraries/
# Ignore sensitive information
/docroot/sites/*/settings.php
/docroot/sites/*/settings.local.php
# Ignore Drupal's file directory
/docroot/sites/*/files/
/private/files
# Ignore SimpleTest multi-site environment.
/docroot/sites/simpletest
# Ignore osx file fingerprints
.DS_Store
# Ignore gitlab access token commits
auth.json
.idea