mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-12-26 15:59:33 -05:00
Merge pull request #161 from nomasters/npm-instruction-fix
fixed typo related to npm in CONTRIBUTING.md and updated .gitignore
This commit is contained in:
commit
330e0c7a35
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 New Issue
Block a user