forked from civictheme/monorepo-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore.deployment
More file actions
28 lines (25 loc) · 871 Bytes
/
.gitignore.deployment
File metadata and controls
28 lines (25 loc) · 871 Bytes
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
# Replaces standard .gitignore when building a deployment artifact.
# Ignore everything, but some whitelisted files.
/*
!docroot
# But still ignore sources.
docroot/themes/contrib/civictheme/fonts
docroot/themes/contrib/civictheme/images
docroot/themes/contrib/civictheme/js
docroot/themes/contrib/civictheme/scss
docroot/themes/contrib/civictheme/Gruntfile.js
docroot/themes/contrib/civictheme/package.json
docroot/themes/contrib/civictheme/package-lock.json
docroot/themes/contrib/civictheme/.eslintrc.json
docroot/themes/contrib/civictheme/node_modules
docroot/sites/default/settings.generated.php
docroot/sites/default/default.settings.php
docroot/sites/default/default.services.yml
docroot/sites/default/default.settings.local.php
docroot/sites/default/default.services.local.yml
docroot/sites/default/files
!composer.json
!/config/
!/hooks/
!/vendor/
!/scripts/