mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
chore: update git rules to ignore yarn.lock file (#6588)
Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
parent
8f21493cc5
commit
d9a62f9833
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,6 +5,10 @@ npm-shrinkwrap.json
|
|||
*.log
|
||||
*.gz
|
||||
|
||||
# Yarn
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
|
||||
# Coveralls
|
||||
.nyc_output
|
||||
coverage
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user