Skip to content

Commit eaae13f

Browse files
Merge pull request #2 from TheDragonCode/andrey-helldar-patch-1
Removed unnecessary files from the installation
2 parents 8952765 + 7fac380 commit eaae13f

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

.gitattributes

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
* text=auto eol=lf
2+
3+
*.blade.php diff=html
4+
*.css diff=css
5+
*.html diff=html
6+
*.md diff=markdown
7+
*.php diff=php
8+
*.json diff=json
9+
210
/.github export-ignore
3-
.scrutinizer.yml export-ignore
4-
BACKERS.md export-ignore
5-
CONTRIBUTING.md export-ignore
6-
CHANGELOG.md export-ignore
11+
12+
/app export-ignore
13+
/bootstrap export-ignore
14+
/config export-ignore
15+
/resources export-ignore
16+
/stubs export-ignore
17+
/tests export-ignore
18+
19+
/.editorconfig export-ignore
20+
/.gitattributes export-ignore
21+
/.gitignore export-ignore
22+
23+
/box.json export-ignore
24+
/ide.json export-ignore
25+
/iconify export-ignore
26+
27+
/composer.lock export-ignore
28+
/phpunit.xml export-ignore
29+
30+
/README.md export-ignore
31+
/BACKERS.md export-ignore
32+
/CONTRIBUTING.md export-ignore
33+
/CHANGELOG.md export-ignore

0 commit comments

Comments
 (0)