From 1adf1da1515d833da1d6d7e545af45c1d68c7812 Mon Sep 17 00:00:00 2001 From: jirho Date: Thu, 15 May 2025 12:51:35 -0300 Subject: [PATCH] actualizo los .gitignore --- .gitignore | 12 ------------ src/.gitignore | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore index 7e4a0a1..593cf90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,7 @@ /.phpunit.cache -/node_modules -/public/build/* -/public/hot/* -/public/storage/* -/storage/*.key -/resources/views/vendor* -/vendor -.env -.env.backup -.env.production Homestead.json Homestead.yaml auth.json -npm-debug.log -yarn-error.log /.fleet /.idea /.vscode diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..ce26019 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,18 @@ +/.phpunit.cache +/node_modules +/public/build/* +/public/hot/* +/public/storage/* +/storage/*.key +/resources/views/vendor* +/vendor +.env +.env.backup +.env.production +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea \ No newline at end of file