mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
chore: migrate to Yarn 2 (#2316)
* chore: migrate to Yarn 2 * Update config.yml
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -27,3 +27,16 @@ website/static/static/katex.*
|
||||
website/static/static/fonts
|
||||
website/static/static/copy-tex.*
|
||||
website/static/static/mhchem.*
|
||||
|
||||
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
website/.yarn/*
|
||||
!website/.yarn/releases
|
||||
!website/.yarn/plugins
|
||||
!website/.yarn/sdks
|
||||
!website/.yarn/versions
|
||||
|
Reference in New Issue
Block a user