forked from civictheme/monorepo-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore.deployment
32 lines (27 loc) · 920 Bytes
/
.gitignore.deployment
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
# Replaces standard .gitignore when building a deployment artifact.
# Ignore all files except those specifically allowed.
/*
# Do not ignore required files.
!/config/
!/scripts/
!/vendor/
!composer.json
!.env
# Do not ignore webroot (manage Drupal scaffold files using the composer.json)
!web
# But ignore content files and test artifacts.
web/sites/default/files
web/sites/simpletest
# Ignore non-production scaffold files.
web/sites/default/default.services.local.yml
web/sites/default/default.settings.local.php
# Ignore custom theme asset sources.
web/themes/contrib/civictheme/fonts
web/themes/contrib/civictheme/images
web/themes/contrib/civictheme/js
web/themes/contrib/civictheme/scss
web/themes/contrib/civictheme/Gruntfile.js
web/themes/contrib/civictheme/package.json
web/themes/contrib/civictheme/package-lock.json
web/themes/contrib/civictheme/.eslintrc.json
web/themes/contrib/civictheme/node_modules