diff --git a/.cfignore b/.cfignore index b512c09d..2099835f 100644 --- a/.cfignore +++ b/.cfignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +node_modules +run.sh +VCAP_SERVICES.json diff --git a/.gitignore b/.gitignore index 28f1ba75..08f7c23e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -.DS_Store \ No newline at end of file +.DS_Store +run.sh +VCAP_SERVICES.json