Skip to content

Commit 96e47d8

Browse files
committed
add package-lock.json to .gitignore file. #noise!
1 parent 8ef3fef commit 96e47d8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ typings/
4949
# Output of 'npm pack'
5050
*.tgz
5151

52-
# Yarn Integrity file
53-
.yarn-integrity
54-
5552
# dotenv environment variables file
5653
.env
5754

5855
# next.js build output
5956
.next
57+
58+
package-lock.json

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<div align="center">
22

3-
# Todo List App (TodoMVC) in Vanilla JavaScript using Elm Architecture
3+
# Todo List App (TodoMVC) in Vanilla JavaScript
44

55
[![Build Status](https://img.shields.io/travis/dwyl/todomvc-vanilla-javascript-elm-architecture-example/master.svg?style=flat-square)](https://travis-ci.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example)
66
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example/master.svg?style=flat-square)](http://codecov.io/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example?branch=master)
7-
[![Code Climate](https://img.shields.io/codeclimate/maintainability/dwyl/todomvc-vanilla-javascript-elm-architecture-example.svg?style=flat-square)](https://codeclimate.com/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example)
87
[![Dependencies: None!](https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example/status.svg?style=flat-square)](https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example)
98
[![devDependencies Status](https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example/dev-status.svg?style=flat-square)](https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example?type=dev)
109
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example/issues)
@@ -14,9 +13,9 @@
1413

1514
A ***step-by-step*** example/how-to
1615
for building a **Todo List _from scratch_**
17-
following the TodoMVC specification/UI
16+
following the TodoMVC specification/UI <br />
1817
using "***Vanilla***" **JavaScript** (_no frameworks!_)
19-
with the Elm Architecture to organise/structure the code.
18+
and the ***Elm Architecture*** to organise/structure the code.
2019

2120

2221
<a href="https://youtu.be/epPS_DjEWWY?t=32"

0 commit comments

Comments
 (0)