diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..887ad3429 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +**/.yarn/releases/** binary +**/.yarn/plugins/** binary \ No newline at end of file diff --git a/.gitignore b/.gitignore index c05c53c29..90b3dbef0 100644 --- a/.gitignore +++ b/.gitignore @@ -132,16 +132,11 @@ temp/ # https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored .yarn/* -!.yarn/releases +!.yarn/cache +!.yarn/patches !.yarn/plugins +!.yarn/releases !.yarn/sdks !.yarn/versions -# if you are NOT using Zero-installs, then: -# comment the following lines -!.yarn/cache - -# and uncomment the following lines -# .pnp.* - # End of https://www.toptal.com/developers/gitignore/api/yarn,node diff --git a/api/.gitignore b/api/.gitignore index a789943ab..73a1772f8 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -132,18 +132,13 @@ temp/ # https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored .yarn/* -!.yarn/releases +!.yarn/cache +!.yarn/patches !.yarn/plugins +!.yarn/releases !.yarn/sdks !.yarn/versions -# if you are NOT using Zero-installs, then: -# comment the following lines -!.yarn/cache - -# and uncomment the following lines -# .pnp.* - # End of https://www.toptal.com/developers/gitignore/api/yarn,node diff --git a/front/.gitignore b/front/.gitignore index 0b4057a23..fa0267c81 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -32,3 +32,17 @@ yarn-error.log* *.njsproj *.sln .vscode + +# Yarn Integrity file +.yarn-integrity + +### yarn ### +# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored + +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions diff --git a/front/.yarn/install-state.gz b/front/.yarn/install-state.gz deleted file mode 100644 index 19b2c7d07..000000000 Binary files a/front/.yarn/install-state.gz and /dev/null differ