Skip to content

Commit

Permalink
Merge pull request #178 from raphaelstolt/gitattributes-completion
Browse files Browse the repository at this point in the history
Gitattributes completion
  • Loading branch information
rquadling committed Oct 5, 2016
2 parents 65e83c4 + d98dba9 commit 9c90e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
@@ -1,13 +1,15 @@
# Auto detect text files and perform LF normalization
* text=auto

/bin export-ignore
/tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
bin/ export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
LICENSE export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
tests/ export-ignore
TODO.md export-ignore
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -4,4 +4,5 @@ Thanks for contributing to assert! Just follow these single guidelines:

- You must use [feature / topic branches](https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows) to ease the merge of contributions.
- After adding new assertions regenerate the [README.md](README.md) and the docblocks by running `composer assert:generate-docs` on the command line.
- After adding new non release relevant artifacts you must ensure they are export ignored in the [.gitattributes](.gitattributes) file.

0 comments on commit 9c90e34

Please sign in to comment.