diff --git a/.gitignore b/.gitignore index 15c8ed3..2a81aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ datasets/raw_datasets/* !datasets/raw_datasets/listings.csv !listings_clean.csv -.DS_Store \ No newline at end of file +.DS_Store +/public/npm-debug.log diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..b0e04b7 --- /dev/null +++ b/public/index.php @@ -0,0 +1 @@ + diff --git a/public/package.json b/public/package.json index 877e818..f6beaa1 100755 --- a/public/package.json +++ b/public/package.json @@ -1,6 +1,6 @@ { - "name": "clean-blog", - "title": "Clean Blog", + "name": "Airbnb-Pricing-Prediction", + "title": "Airbnb Pricing Prediction", "version": "3.3.7+1", "homepage": "http://startbootstrap.com/template-overviews/clean-blog", "author": "Start Bootstrap",