Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mucholove committed Mar 5, 2024
0 parents commit b4d3499
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=lf
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment.php
.secret/
.secretapp.sqlite
.secret/*
vendor/*
*.env
.idea/*
*.sublime-*
.vscode/*
.DS_Store
Thumbs.db
cache/*
tmp/*
log/*
node_modules/*
build/*
dist/*
*.lock
_FOSSIL_
*~
auth.json
42 changes: 42 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "mucholove/deployer-test",
"description": "Todas sus necesidades en linea.",
"type": "project",
"license": "Private",
"authors": [
{
"name": "Gustavo Tavares",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"repoInfo": "https://getcomposer.org/doc/05-repositories.md",
"repositories": [
{
"type": "path",
"url": "../deployer"
},
{
"type": "vcs",
"url": "https://github.com/mucholove/gtk-data-access"
},
{
"type": "vcs",
"url": "https://github.com/mucholove/gtk-helpers"
},
{
"type": "vcs",
"url": "https://github.com/stonewood-rd/stonewood-lib"
}
],
"require": {
"php": "^8.2",
"mucholove/deployer": "dev-main"
},
"autoload": {
"files": [
],
"classmap": [
]
}
}
3 changes: 3 additions & 0 deletions www/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php echo "PHP Works!"; ?>
<br/>
<h1>HTML works!!!</h1>

0 comments on commit b4d3499

Please sign in to comment.