1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

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* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
yarn.lock
package-lock.json package-lock.json
src/**/*.css src/**/*.css

View File

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

7214
yarn.lock

File diff suppressed because it is too large Load Diff