-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (38 loc) · 1.15 KB
/
.gitattributes
File metadata and controls
38 lines (38 loc) · 1.15 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
32
33
34
35
36
37
38
/.github export-ignore
/.idea/ export-ignore
/.npm/ export-ignore
/.sass-cache/ export-ignore
/.vscode/ export-ignore
/docs/ export-ignore
/tests/ export-ignore
/vendor/ export-ignore
/node_modules/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.editorconfig export-ignore
/cli.php export-ignore
/*.md export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/LICENSE.md -export-ignore
/README.md -export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/yarn.lock export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/.codeclimate.yml export-ignore
/.php_cs.dist export-ignore
/.php-cs-fixer.dist.php export-ignore
/.htaccess export-ignore
/web.config export-ignore
/.phpstorm.meta.php export-ignore
/.DS_Store export-ignore
/.env.example export-ignore
*.zip export-ignore
* text=auto eol=lf
*.lock text
*.bat text eol=crlf