From b1d22af3473a9984691a5435e25d44baf818d6e8 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Wed, 8 Sep 2021 16:16:00 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=99=88=20Aggiornato=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Aggiunta cartella `public/build` creata da Vite per inserire i bundle/file compilati - Eliminate regole di Yarn, dato che si sta usando pnpm --- .gitignore | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 9573d777f..34ec6c04c 100755 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,10 @@ # Custom rules /.vscode composer.lock -yarn.lock -.yarn/cache/* +public/build -# Created by https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer,yarn -# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm,laravel,composer,yarn +# Created by https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer +# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm,laravel,composer ### Composer ### composer.phar @@ -147,23 +146,7 @@ fabric.properties # https://plugins.jetbrains.com/plugin/12206-codestream .idea/codestream.xml -### yarn ### -# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored - -.yarn/* -!.yarn/releases -!.yarn/plugins -!.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/phpstorm,laravel,composer,yarn +# End of https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer /.phpstorm.meta.php /_ide_helper.php