From 4c90b4e3dfcc0c6977eab3e91816edea89e6aca9 Mon Sep 17 00:00:00 2001 From: Bryam Cesar <98431514+BryamE@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:45:11 -0300 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 2 ++ 3 files changed, 34 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5673e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +/vendor/ +node_modules/ +npm-debug.log +yarn-error.log + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +public/storage +public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + +storage/*.key +.env +Homestead.yaml +Homestead.json +/.vagrant +.phpunit.result.cache + +/public/build +/storage/pail +.env.backup +.env.production +.phpactor.json +auth.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..d097e3d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ProyectoLauck +Proyecto Taller de Integracion