mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
added lock file ignore
This commit is contained in:
parent
8f6d8d8e20
commit
98e0da92ac
@ -24,6 +24,7 @@ const IGNORE_PATTERNS = [
|
||||
'**/yarn-debug.log*',
|
||||
'**/yarn-error.log*',
|
||||
'**/*lock.json',
|
||||
'**/*lock.yaml',
|
||||
];
|
||||
|
||||
const ig = ignore().add(IGNORE_PATTERNS);
|
||||
|
Loading…
Reference in New Issue
Block a user