forked from bcit-ci/CodeIgniter
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
22 lines (17 loc) · 551 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (17 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file tells which files and directories should be ignored and
# NOT downloaded when using composer to pull down a project with
# the --prefer-dist option selected. Used to remove development
# specific files so user has a clean download.
# git files
.gitattributesexport-ignore
# .gitignore
# helper config files
.travis.ymlexport-ignore
phpdoc.dist.xmlexport-ignore
# Misc other files
readme.rst
# They don't want all of our tests...
tests/codeigniter/ export-ignore
tests/travis/ export-ignore
# User Guide Source Files
user_guide_src