From 2da8f823560302bf1136efa5c4177564260ac987 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Sat, 6 Dec 2014 08:38:57 +0100 Subject: [PATCH] remove public/app.js --- .gitignore | 3 ++- public/app.js | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 public/app.js diff --git a/.gitignore b/.gitignore index b512c09..50e1d6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +public/app.js \ No newline at end of file diff --git a/public/app.js b/public/app.js deleted file mode 100644 index 2c59818..0000000 --- a/public/app.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(){$(function(){return console.log("Hi dude!"),console.log("Awesome, dude. :D")})}).call(this); -//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1haW4uY29mZmVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJDQUFBLFdBQUEsRUFBRSxpQkFDQSxTQUFRLElBQUksWUFDWixRQUFRLElBQUkiLCJmaWxlIjoiYXBwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiJCAtPlxuICBjb25zb2xlLmxvZyBcIkhpIGR1ZGUhXCJcbiAgY29uc29sZS5sb2cgXCJBd2Vzb21lLCBkdWRlLiA6RFwiIl0sInNvdXJjZVJvb3QiOiIvc291cmNlLyJ9 \ No newline at end of file