This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
forked from govCMS/scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (70 loc) · 1.6 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Ignore directories generated by Composer
/drush/contrib/
/vendor/
vendor/
/web/core/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
/web/libraries/
# Ignore Drupal's file directory
/web/sites/*/files/
/files
# Ingore files that are only for the current local environment
web/sites/*/settings.local.php
web/sites/*/services.local.yml
# Test and CI artifacts.
tests/behat/screenshots/*
!tests/behat/screenshots/.gitkeep
web/sites/simpletest
# Possible temporary drupal console bug.
console
# Current location where audit application runs from, required so drush works with drutiny.
audit-site
# Added by the scaffold provisioner.
web/
scripts/
drush/
# Composer related files.
vendor
# Composer managed packages.
/dev_modules/contrib
# Node/NPM packages.
node_modules
# Backstop.js.
backstop_data/*
!backstop_data/engine_scripts
!backstop_data/bitmaps_reference
# Cypress tests.
cypress/screenshots/*
!cypress/screenshots/.gitkeep
cypress/video/*
!cypress/video/.gitkeep
# Local development related files.
/app
# Databas backups.
*.sql
*.sql.gz
*.sql.zip
*.sql.bz2
*.sql.tar.gz
*.sql.tar
# IDE files.
.vscode/settings.json
# Patch files.
*.patch
# Git merge conflict files.
*.orig
*.rej
# OS related files.
.DS_Store
.idea/
# Medela theme is not ready for inclusion in the HSK.
themes/medela/
# Include Health theme scripts/ directory in repo.
!/themes/health/scripts
# Ignore modules and settings we tend to enable on our locals
config/default/dblog.settings.yml
config/default/views.view.watchdog.yml
# Always ignore migration plus files in the config folder
config/default/migrate_plus.migration.*