Skip to content

Commit cd44959

Browse files
authored
Merge pull request #792 from cakephp/export-ignore
Update config names and export-ignore
2 parents 78ae285 + d22730e commit cd44959

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.gitattributes

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@
3131
*.mp4 binary
3232

3333
# Remove files for archives generated using `git archive`
34-
appveyor.yml export-ignore
35-
phpunit.xml.dist export-ignore
36-
phpcs.xml.dist export-ignore
3734
.editorconfig export-ignore
3835
.gitattributes export-ignore
3936
.gitignore export-ignore
40-
.travis.yml export-ignore
4137
.jshintrc export-ignore
4238
.stickler.yml export-ignore
43-
/docs/static export-ignore
44-
/tests/TestCase export-ignore
45-
/tests/test_app export-ignore
46-
/tests/bootstrap.php export-ignore
39+
phpcs.xml export-ignore
40+
phpunit.xml.dist export-ignore
41+
/.github export-ignore
42+
/docs export-ignore
43+
/tests export-ignore
File renamed without changes.

0 commit comments

Comments
 (0)