diff --git a/.vercelignore b/.vercelignore new file mode 100644 index 000000000..d5907970e --- /dev/null +++ b/.vercelignore @@ -0,0 +1,11 @@ +# Exclude development and build tooling +.github/ +.travis.yml +.codeclimate.yml +Dockerfile +README*.md +demo_data/ + +# Exclude test/dev files +*.test.php +*.spec.php diff --git a/api/index.php b/api/index.php new file mode 100644 index 000000000..aa8688af5 --- /dev/null +++ b/api/index.php @@ -0,0 +1,59 @@ + The generated `adm_my_files/config.php` is not committed to git. +> It is produced fresh on every Vercel build from the secrets above. diff --git a/vercel/build.php b/vercel/build.php new file mode 100644 index 000000000..b07abf246 --- /dev/null +++ b/vercel/build.php @@ -0,0 +1,56 @@ +