mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
updated CONTRIBUTING instructions for npm, added npm lock file to .gitignore
This commit is contained in:
parent
f657c36889
commit
60c583c10f
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,6 +20,7 @@ npm-debug.log*
|
|||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
glyph*.svg
|
||||
stroke*.svg
|
||||
|
|
|
@ -14,6 +14,6 @@ Please ensure your pull request adheres to the following guidelines:
|
|||
- Submit products when they are useable, or at a state which has something to show which is awesome in itself. This cuts down on half-finished implementations.
|
||||
- Add the idea to the corresponding file on [`data`](./data) and make sure it matches the format.
|
||||
- You can add a picture to describe your idea on [`./src/static/images`](./src/static/images).
|
||||
- Make sure to run `node run build:readme` or `yarn build:readme` before submitting the Pull Request.
|
||||
- Make sure to run `npm run build:readme` or `yarn build:readme` before submitting the Pull Request.
|
||||
|
||||
Thank you for your suggestions!
|
||||
|
|
Loading…
Reference in a new issue