Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #35 from phergie/add-gitattributes
Browse files Browse the repository at this point in the history
#21 Adding .gitattributes to ignore some of the files and folders
  • Loading branch information
svpernova09 committed Sep 8, 2015
2 parents e7a28ce + eb864ab commit 1a25b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.editorconfig export-ignore
/.php_cs export-ignore
/phpunit.xml export-ignore

0 comments on commit 1a25b90

Please sign in to comment.