docs: remove lock files from gitignore (#826)

This commit is contained in:
Mikhail Novikov 2021-10-12 21:53:22 +03:00 committed by GitHub
parent 10170daa84
commit 645f8f9397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@ We recommand to have a `.gitignore` with **at least** this lines inside:
.nuxt
# Node dependencies
node_modules
yarn.lock
package-lock.json
# System files
*.log
```