-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (29 loc) · 733 Bytes
/
.gitattributes
File metadata and controls
29 lines (29 loc) · 733 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
29
**/*.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
RMT export-ignore
scripts/ export-ignore
skins/_src/ export-ignore
terser.json export-ignore
tests/ export-ignore
yarn.lock export-ignore