-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
39 lines (33 loc) · 890 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
# This file should contain only rules that are specific to this project. For
# ignoring OS and IDE metadata files, please configure a global gitignore on
# in your development environment:
# https://github.com/palantirnet/development_documentation/blob/master/guidelines/git/gitignore.md
# Ignore Drupal settings and files
settings.php
settings.local.php
services.yml
services.local.yml
!conf/drupal/settings.php
!conf/drupal/services.yml
web/sites/*/files
web/sites/sites.php
.ddev/.env
# Ignore virtual environment and artifacts
.vagrant/
/artifacts/
conf/provision-user
# Ignore Drupal contrib downloaded by Composer
drush/Commands/contrib
web/core
web/modules/contrib
web/themes/contrib/
web/profiles/contrib/
# Ignore regular Composer dependencies
/vendor/
# Ignore npm dependencies
node_modules/
npm-debug.log
# Ignore generated CSS
*.sass-cache/
/.editorconfig
/.gitattributes