Commit a1699ff
committed
Add yarn.lock to .gitignore to prevent accidental yarn usage
This project uses npm as the package manager (package-lock.json).
Added yarn.lock to .gitignore to prevent it from being accidentally
created and committed if someone runs 'yarn install' by mistake.
Note: If yarn install is run, it will show warnings about package-lock.json
and the 'vscode' engine. These warnings are unavoidable in an npm-based
project and should be ignored. Use 'npm install' instead.1 parent 617e0d7 commit a1699ff
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments