Skip to content

Commit

Permalink
Exclude vendor and composer.lock from git, adding export-ignore to .g…
Browse files Browse the repository at this point in the history
…itattributes
  • Loading branch information
codedge committed Jun 19, 2016
1 parent cf5ad65 commit da6dd2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* text=auto

/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/LICENSE export-ignore
/README.md export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor d
composer.lock
/vendor
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"phpxmlrpc/phpxmlrpc": "~4.0",
"nesbot/carbon" : "~1.20"
},
"require-dev": {
"orchestra/testbench": "~3.0"
},
"autoload": {
"psr-4": {
"Codedge\\Evatr\\": "src/"
Expand Down

0 comments on commit da6dd2f

Please sign in to comment.