Skip to content

Commit f1e2e2e

Browse files
jrfnlgrogy
authored andcommitted
.gitignore: remove duplicate entry
The `.github` folder was listed twice. Includes: * Sorting the entries by files first, then directories. * Improving readability of the list.
1 parent c510dfa commit f1e2e2e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Diff for: .gitattributes

+8-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
66
# https://blog.madewithlove.be/post/gitattributes/
77
#
8-
/.gitattributes export-ignore
9-
/.github export-ignore
10-
/.gitignore export-ignore
11-
/.github/ export-ignore
12-
/appveyor.yml export-ignore
13-
/box.json export-ignore
14-
/doc export-ignore
15-
/phpcs.xml.dist export-ignore
16-
/tests export-ignore
8+
.gitattributes export-ignore
9+
.gitignore export-ignore
10+
appveyor.yml export-ignore
11+
box.json export-ignore
12+
phpcs.xml.dist export-ignore
13+
/.github/ export-ignore
14+
/doc/ export-ignore
15+
/tests/ export-ignore
1716

1817
#
1918
# Auto detect text files and perform LF normalization

0 commit comments

Comments
 (0)