forked from nikunjkotecha/github-actions-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (34 loc) · 746 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
/drush/contrib/
/vendor/
/docroot/core/
/docroot/modules/contrib/
/docroot/themes/contrib/
/docroot/profiles/contrib/
/docroot/libraries/
# Ignore sensitive information
/docroot/sites/*/settings.php
/docroot/sites/*/settings.local.php
# Ignore Drupal's file directory
/docroot/sites/*/files/
# Ignore SimpleTest multi-site environment
/docroot/sites/simpletest
# Ignore files generated by common IDEs
/.idea/
/.vscode/
# Ignore files generated by NPM
node_modules
# Ignore .env files as they are personal
/.env
/.editorconfig
/.gitattributes
local.settings.php
local.drush.yml
local.site.yml
local.services.yml
*.local
local.blt.yml
deployment_identifier
/travis_wait*
/files-private
.phpcs-cache