Browse Source

Merge pull request #1035 from dsgh/yarn-ignore

Ignore yarn files so contributors can use yarn
pull/1045/head
Artur Arseniev 9 years ago
committed by GitHub
parent
commit
43d5e07ac6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitignore

2
.gitignore

@ -4,6 +4,8 @@
.project
.idea
npm-debug.log*
yarn-error.log
yarn.lock
style/.sass-cache/
img/

Loading…
Cancel
Save