Skip to content

Commit

Permalink
🔧 Build/Dev: adjust the .gitattributes file
Browse files Browse the repository at this point in the history
Only list the files which are actually going to be in this repo.
  • Loading branch information
jrfnl committed Sep 23, 2018
1 parent 9124c26 commit 92ca140
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
# If you develop for WPCS using Composer, use `--prefer-source`.
# https://blog.madewithlove.be/post/gitattributes/
#
/.travis.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/.travis.yml export-ignore
/.github export-ignore
/bin export-ignore
/phpunit.xml.dist export-ignore
/Test export-ignore
/WordPress/Tests export-ignore
/WPThemeReview/Tests export-ignore

#
# Auto detect text files and perform LF normalization
Expand Down

0 comments on commit 92ca140

Please sign in to comment.