-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitattributes
32 lines (31 loc) · 919 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
31
32
####################################################################
#
# 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_ignore
#
######################################################################
/.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
# Ignore src and config files for resources
*.scss export-ignore
.eslintrc export-ignore
.nvmrc export-ignore
.pnp.cjs export-ignore
.pnp.loader.mjs export-ignore
.stylelintrc export-ignore
.yarn export-ignore
.yarnrc.yml export-ignore
/js/src export-ignore
config export-ignore
package.json export-ignore
tsconfig.json export-ignore
yarn.lock export-ignore