This commit is contained in:
Lizandro Guarnizo
2026-06-05 09:08:29 -05:00
parent 3a4e10da3f
commit feca07dd79
5 changed files with 158 additions and 27 deletions
+19
View File
@@ -0,0 +1,19 @@
.env
.git
.gitignore
.gitattributes
node_modules
vendor
storage/framework/cache/data
storage/framework/sessions
storage/framework/views
storage/logs
storage/app/public
public/build
.dockerignore
docker-compose.yml
*.md
.phpunit*
phpunit.xml
tests
scripts