Skip to content

Commit fc49b82

Browse files
committed
Add trailing slashes to directories
1 parent b91a1bf commit fc49b82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/.github export-ignore
2-
/docs export-ignore
3-
/examples export-ignore
4-
/scripts export-ignore
5-
/tests export-ignore
6-
/www export-ignore
1+
/.github/ export-ignore
2+
/docs/ export-ignore
3+
/examples/ export-ignore
4+
/scripts/ export-ignore
5+
/tests/ export-ignore
6+
/www/ export-ignore
77
/.gitattributes export-ignore
88
/.gitignore export-ignore
99
/.travis.yml export-ignore
10-
/TROUBLESHOOTING.md export-ignore
10+
/TROUBLESHOOTING.md export-ignore

0 commit comments

Comments
 (0)