-
git Ignore the specified file under the file |
Beta Was this translation helpful? Give feedback.
Answered by
hixb
Jul 15, 2022
Replies: 1 comment
-
` yarn.lock/ /yarn.lock/ *.lock |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hixb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`
**/node_modules
**/dist
node_modules/
dist/
yarn.lock/
!yarn/.lock
/yarn.lock/
!/yarn/.lock
*.lock
`