-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (41 loc) · 1.27 KB
/
.gitattributes
File metadata and controls
53 lines (41 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<<<<<<< HEAD
# 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
.gitattributes export-ignore
# .gitignore
# helper config files
.travis.yml export-ignore
phpdoc.dist.xml export-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
# User Guide Compiled Files
user_guide export-ignore
=======
# 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
.gitattributes export-ignore
# .gitignore
# helper config files
.travis.yml export-ignore
phpdoc.dist.xml export-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
# User Guide Compiled Files
user_guide export-ignore
>>>>>>> b3f1f4d90d1eabdebbe8975d147371d3590c4858