Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitattributes #6181

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# the --prefer-dist option selected. Used to remove development
# specific files so user has a clean download.

.github export-ignore

# git files
.gitattributes export-ignore
# .gitignore
Expand All @@ -12,7 +14,10 @@
phpdoc.dist.xml export-ignore

# Misc other files
readme.rst
.editorconfig export-ignore
phpdoc.dist.xml export-ignore
DCO.txt export-ignore
contributing.md export-ignore

# They don't want all of our tests...
tests/codeigniter/ export-ignore
Expand All @@ -21,3 +26,4 @@ tests/travis/ export-ignore
# User Guide source files and compiled files
user_guide_src export-ignore
user_guide export-ignore
build-release.sh export-ignore