forked from az-digital/az_quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
22 lines (19 loc) · 817 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Reclassify various Drupal files as PHP.
*.install linguist-language=PHP
*.module linguist-language=PHP
*.profile linguist-language=PHP
*.theme linguist-language=PHP
# Reclassify az_barrio libraries folder as vendor code.
themes/custom/az_barrio/libraries/* linguist-vendored
# Reclassify az_barrio minified files as generated code.
themes/custom/az_barrio/libraries/*.min.css linguist-generated=true
themes/custom/az_barrio/libraries/*.min.js linguist-generated=true
# Set DDEV command files to lf
.ddev/commands/web/install text eol=lf
.ddev/commands/web/drupal text eol=lf
.ddev/commands/web/drush text eol=lf
.ddev/commands/web/phpcbf text eol=lf
.ddev/commands/web/phpcs text eol=lf
.ddev/commands/web/phpstan text eol=lf
.ddev/commands/web/phpstan-contrib text eol=lf
.ddev/commands/web/phpunit text eol=lf