Skip to content

Commit 1b813f5

Browse files
committed
Merge pull request php-debugbar#142 from GrahamCampbell/gitstuff
Added a .gitattributes file
2 parents 392b52b + 5ee9d8b commit 1b813f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* text=auto
2+
3+
/docs export-ignore
4+
/demo export-ignore
5+
/tests export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.travis.yml export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/CHANGELOG.md export-ignore
11+
/CONTRIBUTING.md export-ignore
12+
/README.md export-ignore

0 commit comments

Comments
 (0)