Skip to content

Commit

Permalink
Add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Sep 5, 2017
1 parent 7ca16ed commit 658b8b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.babelrc export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/package-lock.json export-ignore
/webpack.mix.js export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/saturn export-ignore
/docs export-ignore
/README.md export-ignore
/ABOUT.md export-ignore
/resources/assets/js export-ignore
/resources/assets/sass export-ignore
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ vendor
.idea
.DS_Store
composer.lock
yarn.lock
stats.json
/public

0 comments on commit 658b8b7

Please sign in to comment.