Initial Commit

This commit is contained in:
2021-04-20 17:06:31 -04:00
commit cf875c8fdc
2 changed files with 32 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Secretos todo rico restaurant
codigos todo rico.txt
dump-todo-rico.sql
# Archivos de backup de visual paradigm
*.vpp.bak_*
*.vpp.lck
#PHPStorm y WebStorm
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/httpRequests
.idea/$CACHE_FILE$
.idea/**/sonarIssues.xml
.idea/**/sonarlint/

6
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
/vendor
/.idea
Homestead.json
Homestead.yaml
.env
.phpunit.result.cache