-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
47 lines (37 loc) · 1.1 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
# 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 site files
web/*/docroot/sites/*/files
# Ignore sites.php files
web/*/docroot/sites/sites.php
# Ignore virtual environment and artifacts
.vagrant/
/artifacts/
# Ignore Drupal contrib downloaded by Composer
drush/contrib
web/d8*/docroot/core
web/d8*/docroot/modules/contrib
web/d8*/docroot/themes/contrib/
web/d8*/docroot/profiles/contrib/
# Ignore regular Composer dependencies
/vendor/
/web/*/vendor
# Ignore npm dependencies
node_modules/
npm-debug.log
# Ignore generated CSS
*.sass-cache/
styleguide/*.sass-cache/
styleguide/source/code/css/*.css
# Ignore sculpin output
styleguide/output_dev/
styleguide/output_prod/
# Ignore PhpStorm
.idea
# Ignore Federated Field module symlinks
/src/search_api_federated_solr
/src/search_api_federated_solr-7.x
/src/search_api_field_map
/src/search_api_field_map-7.x