1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Ignore NPM logs

This commit is contained in:
Daniel Barber 2016-11-14 16:00:58 +00:00
parent 698636411e
commit 49b7bd1131
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
public public
node_modules node_modules
npm-debug.log.*

View File

@ -4,7 +4,7 @@ A multiplayer chess game using Vue, VueX.
## Instructions ## Instructions
To get started, simply run the following command in your terminal... To get started, simply run the following commands in your terminal...
```bash ```bash
yarn install yarn install
@ -13,4 +13,4 @@ brunch watch -s
## License ## License
This code is licensed under [MIT](), see [license.md](license.md) for details. This code is licensed under MIT, see [license.md](LICENSE.md) for details.