Skip to content

Commit 853f155

Browse files
committedMay 15, 2015
some more ignores

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
.gitignore export-ignore
1010
.editorconfig export-ignore
1111
.travis.yml export-ignore
12+
composer.json export-ignore
13+
composer.lock export-ignore
1214
_test export-ignore
1315
_cs export-ignore
1416
lib/plugins/testing export-ignore

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
lib/images/*/local/*
5959

6060
# composer default ignores
61+
composer.phar
62+
vendor/bin/*
63+
vendor/*/*/bin/*
6164
vendor/*/*/tests/*
6265
vendor/*/*/test/*
6366
vendor/*/*/doc/*

0 commit comments

Comments
 (0)
Please sign in to comment.