-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (27 loc) · 1.05 KB
/
.gitattributes
File metadata and controls
31 lines (27 loc) · 1.05 KB
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
# Reclassify various Drupal files as PHP.
*.install linguist-language=PHP
*.module linguist-language=PHP
*.profile linguist-language=PHP
*.theme linguist-language=PHP
# Classify library folders as vendor code.
themes/custom/az_barrio/libraries/* linguist-vendored
themes/custom/az_core/lib/* linguist-vendored
# Classify generated library files as such.
themes/custom/az_barrio/libraries/*.min.css linguist-generated=true
themes/custom/az_barrio/libraries/*.min.js linguist-generated=true
themes/custom/az_core/lib/**/*.css linguist-generated=true
themes/custom/az_core/lib/**/*.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
# Exclude dev files from archives
.* export-ignore
*.neon export-ignore
*.xml.dist export-ignore
package.json export-ignore