From 3a21584c70a2c6c227bb28600b844862136d1b9f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 24 Apr 2016 23:50:03 +0200 Subject: [PATCH] added .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33e330f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.idea/ +node_modules/ +coverage/ +docs/ +ts/typings/ +ts/*.js +ts/*.js.map