-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
28 lines (28 loc) · 715 Bytes
/
.gitattributes
File metadata and controls
28 lines (28 loc) · 715 Bytes
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
**/*.less export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.eslintrc.js export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.phan/ export-ignore
.php_cs export-ignore
.php_cs.dist export-ignore
.prettierignore export-ignore
.prettierrc.js export-ignore
.rmt.yml export-ignore
.travis.yml export-ignore
babel.config.js export-ignore
compile.sh export-ignore
composer.lock export-ignore
docs/ export-ignore
package.json export-ignore
phpcs.xml export-ignore
phpunit.xml export-ignore
pyproject.toml export-ignore
scripts/ export-ignore
skins/_src/ export-ignore
terser.json export-ignore
tests/ export-ignore
yarn.lock export-ignore