From d17bd2f33506b5b75eaa98d9dd254aee0dfaf7d6 Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Mon, 25 Feb 2013 19:29:45 +0100 Subject: Added package.json (for npm) and component.json (for bower). Building with global variables is successful. TravisCI should build correctly. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8432e66d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +components +node_modules -- cgit v1.2.3