ignore yarn.lock

This commit is contained in:
Matthias Kretschmann 2018-03-18 21:27:29 +01:00
parent 5a9c553920
commit 40ea740f40
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 7219 deletions

1
.gitignore vendored
View File

@ -19,5 +19,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
src/**/*.css

View File

@ -1,11 +1,9 @@
import React from 'react'
const Start = () => (
<main className="screen screen--start">
const Home = () => (
<main className="screen screen--home">
</main>
)
export default Start
export default Home

7214
yarn.lock

File diff suppressed because it is too large Load Diff