-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
30 lines (27 loc) · 835 Bytes
/
.gitattributes
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
####################################################################
#
# Files and directories excluded when installed via `--prefer-dist`.
#
# @notice Will also be excluded for Zip downloads of tags.
#
# @link https://git-scm.com/docs/gitattributes#_export_subst
#
######################################################################
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/dev export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/js/.eslintrc export-ignore
/js/.nvmrc export-ignore
/js/.pnp.cjs export-ignore
/js/.stylelintrc export-ignore
/js/.yarn export-ignore
/js/config export-ignore
/js/package.json export-ignore
/js/src export-ignore
/js/tsconfig.json export-ignore
/js/yarn.lock export-ignore