Skip to content
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