Skip to content

Commit

Permalink
Merge pull request #579 from aidantwoods/enhancement/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore for repo specific paths
  • Loading branch information
aidantwoods authored Mar 26, 2018
2 parents cac63f6 + dd9f403 commit a52d386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ignore all tests for archive
/test export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
composer.lock
vendor/

0 comments on commit a52d386

Please sign in to comment.