.gitignore
0 → 100644
+9
−0
.gitlab-ci.yml
0 → 100644
+113
−0
composer.json
0 → 100644
+5
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "p-ad/web-base",
|
||
"license": "MIT",
|
||
"require": {}
|
||
} |
httpdocs/index.html
0 → 100644
+0
−0
Empty file added.
package.json
0 → 100644
+11
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "web-base",
|
||
"version": "1.0.0",
|
||
"description": "",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"author": "",
|
||
"license": "MIT"
|
||
} |
Loading