diff --git a/.gitignore b/.gitignore index 8c329cc..82cfc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.otto -.ottoid +.idea composer.lock vendor diff --git a/Appfile b/Appfile deleted file mode 100644 index 6d7e2f3..0000000 --- a/Appfile +++ /dev/null @@ -1,18 +0,0 @@ -application { - name = "sitemap" - type = "php" -} - -customization "php" { - php_version = "5.6" -} - -project { - name = "thepixeldeveloper" - infrastructure = "thepixeldeveloper-sitemap" -} - -infrastructure "thepixeldeveloper-sitemap" { - type = "aws" - flavor = "simple" -}